|
ENTITY Part_template_shape_representation_relationship SUBTYPE OF (Geometric_model_relationship); SELF\Geometric_model_relationship.rep_1 RENAMED principal_part_shape : Part_template_shape_model; SELF\Geometric_model_relationship.rep_2 RENAMED related_part_shape : Part_template_shape_model; UNIQUE UR1 : principal_part_shape, related_part_shape; WHERE WR1: principal_part_shape :<>: related_part_shape; WR2: NOT EXISTS(SELF\Representation_relationship.relation_type); WR3: principal_part_shape\Geometric_model.context_of_items :=: related_part_shape\Geometric_model.context_of_items; WR4: principal_part_shape\Part_template_shape_model.shape_characterized_definition :=: related_part_shape\Part_template_shape_model.shape_characterized_definition; END_ENTITY; -- Part_template_shape_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; Part_template_shape_representation_relationship (RT) rep_1->principal_part_shape: Part_template_shape_model; (RT) rep_2->related_part_shape: Part_template_shape_model; |
Global rules for this entity data type- |