|
ENTITY Component_part_2d_non_planar_geometric_representation_relationship SUBTYPE OF (Geometric_model_relationship); SELF\Geometric_model_relationship.rep_1 RENAMED part_shape : Part_template_planar_shape_model; SELF\Geometric_model_relationship.rep_2 RENAMED component_shape : Assembly_component_non_planar_shape_model; WHERE WR1: NOT EXISTS(SELF\Representation_relationship.relation_type); END_ENTITY; -- Component_part_2d_non_planar_geometric_representation_relationship |
Entity data types and their attributesRepresentation_relationship(OPT) relation_type: STRING; (OPT) description: STRING; rep_1: Representation; rep_2: Representation; Geometric_model_relationship (RT) rep_1: Geometric_model; (RT) rep_2: Geometric_model; Component_part_2d_non_planar_geometric_representation_relationship (RT) rep_1->part_shape: Part_template_planar_shape_model; (RT) rep_2->component_shape: Assembly_component_non_planar_shape_model; |
Global rules for this entity data type- |