|
ENTITY Part_template_shape_model ABSTRACT SUPERTYPE SUBTYPE OF (Geometric_model); shape_characterized_definition : SET [1:?] OF Geometric_template; shape_environment : OPTIONAL application_environment; shape_material_condition : material_condition; DERIVE principal_part_shape : SET [0:1] OF Geometric_model_relationship := bag_to_set(QUERY( gmr <* USEDIN(SELF, 'EXTENDED_BASIC_GEOMETRY_ARM.GEOMETRIC_MODEL_RELATIONSHIP.REP_2') | (gmr\Representation_relationship.relation_type = 'principal part shape'))); WHERE WR1: SIZEOF(principal_part_shape) < 2; WR2: SIZEOF(USEDIN(SELF, 'SHAPE_PROPERTY_ASSIGNMENT_ARM.SHAPE_DESCRIPTION_ASSOCIATION.REPRESENTATION'))=0; END_ENTITY; -- Part_template_shape_model |
Entity data types and their attributesRepresentation(OPT) id: STRING; (OPT) name: STRING; (OPT) description: STRING; context_of_items: Representation_context; items: SET [1:?] OF Representation_item; Geometric_model (OPT) version_id: STRING; (OPT) model_extent: length_measure; (RT) context_of_items: Geometric_coordinate_space; (RT) items: SET [1:?] OF Detailed_geometric_model_element; Part_template_shape_model shape_characterized_definition: SET [1:?] OF Geometric_template; (OPT) shape_environment: application_environment; shape_material_condition: material_condition; (DER) principal_part_shape: SET [0:1] OF Geometric_model_relationship; |
| Part_template_3d_shape_model (Part_template_3d_shape_arm) |
| Part_template_non_planar_2d_shape_model (Part_template_non_planar_shape_arm) |
| Part_template_planar_shape_model (Layered_interconnect_complex_template_arm) |
| Plated_passage_template_shape_model (Layered_interconnect_simple_template_arm) |
Global rules for this entity data type- |