|
ENTITY chamfer SUBTYPE OF (transition_feature); WHERE wr1: SIZEOF ( QUERY ( sar <* USEDIN ( SELF , 'automotive_design.' + 'shape_aspect_relationship.' + 'relating_shape_aspect' ) | ( 'automotive_design.' + 'feature_component_relationship' IN TYPEOF ( sar ) ) AND ( 'automotive_design.' + 'chamfer_offset' IN TYPEOF ( sar . related_shape_aspect ) ) AND ( sar . related_shape_aspect . description = 'first offset' ) ) ) = 1 ; wr2: SIZEOF ( QUERY ( sar <* USEDIN ( SELF , 'automotive_design.' + 'shape_aspect_relationship.' + 'relating_shape_aspect' ) | ( 'automotive_design.' + 'feature_component_relationship' IN TYPEOF ( sar ) ) AND ( 'automotive_design.' + 'chamfer_offset' IN TYPEOF ( sar . related_shape_aspect ) ) AND ( sar . related_shape_aspect . description = 'second offset' ) ) ) = 1 ; wr3: SIZEOF ( QUERY ( pdr <* get_shape_aspect_property_definition_representations ( SELF ) | ( 'automotive_design.' + 'face_shape_representation' IN TYPEOF ( pdr . used_representation ) ) AND ( pdr . used_representation . name = 'chamfer face' ) ) ) = 1 ; END_ENTITY; -- chamfer |
Entity data types and their attributesshape_aspectname: label; (OPT) description: text; of_shape: product_definition_shape; product_definitional: LOGICAL; (DER) id: identifier; transition_feature - chamfer - |
Global rules for this entity data type- |
public interface EChamfer extends ETransition_feature |
public class CChamfer implements EChamfer |
public class AChamfer extends AEntitypublic EChamfer getByIndex(int index)public EChamfer getCurrentMember(SdaiIterator it) |