ENTITY derived_non_feature_shape_element ABSTRACT SUPERTYPE OF (ONEOF (apex_armx, centre_of_symmetry_armx, linear_extension, geometric_intersection_armx, geometric_alignment_armx, tangent_shape_element)) SUBTYPE OF (non_feature_shape_element, derived_shape_aspect); END_ENTITY; -- derived_non_feature_shape_element |
Entity data types and their attributesshape_aspectname: label; (OPT) description: text; of_shape: product_definition_shape; product_definitional: LOGICAL; (DER) id: identifier; shape_element (OPT) id_x: STRING; (RT) name->element_name: STRING; (RT) of_shape->containing_shape: item_shape; (RT) (DER) product_definitional: LOGICAL; (RT) (DER) id: identifier; non_feature_shape_element (RT) containing_shape->scope: ee_product_definition_with_annotation_elements; (INV) element_shape: SET [0:?] OF non_feature_shape_model FOR associated_element; (INV) associated_usage_concept: SET [0:?] OF usage_concept_usage_relationship_armx FOR associated_usage; derived_shape_aspect (INV) deriving_relationships: SET [1:?] OF shape_aspect_relationship FOR relating_shape_aspect; derived_non_feature_shape_element - |
apex_armx (EXTENDED_GEOMETRIC_TOLERANCE_XIM) |
centre_of_symmetry_armx (EXTENDED_GEOMETRIC_TOLERANCE_XIM) |
geometric_alignment_armx (EXTENDED_GEOMETRIC_TOLERANCE_XIM) |
geometric_intersection_armx (EXTENDED_GEOMETRIC_TOLERANCE_XIM) |
linear_extension (EXTENDED_GEOMETRIC_TOLERANCE_XIM) |
tangent_shape_element (EXTENDED_GEOMETRIC_TOLERANCE_XIM) |
Global rules for this entity data type- |
public interface EDerived_non_feature_shape_element extends ENon_feature_shape_element, EDerived_shape_aspect |
public class CDerived_non_feature_shape_element implements EDerived_non_feature_shape_element |
public class ADerived_non_feature_shape_element extends AEntitypublic EDerived_non_feature_shape_element getByIndex(int index)public EDerived_non_feature_shape_element getCurrentMember(SdaiIterator it) |