|
ENTITY Representation_relationship; relation_type : OPTIONAL STRING; description : OPTIONAL STRING; rep_1 : Representation; rep_2 : Representation; WHERE WR1: EXISTS(relation_type) OR (TYPEOF(SELF\Representation_relationship) <> TYPEOF(SELF)); WR2: EXISTS(description) OR (TYPEOF(SELF\Representation_relationship) <> TYPEOF(SELF)); END_ENTITY; -- Representation_relationship |
Entity data types and their attributesRepresentation_relationship(OPT) relation_type: STRING; (OPT) description: STRING; rep_1: Representation; rep_2: Representation; |
| Definitional_representation_relationship (Geometric_model_relationship_arm) |
| Explicit_procedural_shape_representation_relationship (Procedural_shape_model_arm) |
| Geometric_model_relationship (Geometric_model_relationship_arm) |
| Ply_orientation_angle (Ply_orientation_specification_arm) |
Global rules for this entity data type- |