|
ENTITY motion_link_relationship SUPERTYPE OF (ONEOF (prescribed_path, resulting_path)) SUBTYPE OF (representation_relationship); SELF\representation_relationship.rep_1 : founded_kinematic_path; SELF\representation_relationship.rep_2 : kinematic_link_representation; related_frame : rigid_placement; DERIVE motion : founded_kinematic_path := SELF\representation_relationship.rep_1; frame_link : kinematic_link_representation := SELF\representation_relationship.rep_2; WHERE WR1: related_frame IN frame_link\representation.items; END_ENTITY; -- motion_link_relationship |
Entity data types and their attributesrepresentation_relationshipname: label; (OPT) description: text; rep_1: representation; rep_2: representation; motion_link_relationship (RT) rep_1: founded_kinematic_path; (RT) rep_2: kinematic_link_representation; related_frame: rigid_placement; (DER) motion: founded_kinematic_path; (DER) frame_link: kinematic_link_representation; |
| prescribed_path (kinematic_analysis_control_and_result_schema) |
| resulting_path (kinematic_analysis_control_and_result_schema) |
Global rules for this entity data type- |