fix missing supertype for resulting_path

ERROR: Entity motion_link_relationship missing from supertype list for subtype resulting_path
This commit is contained in:
Mark Pictor 2013-05-24 15:26:34 -04:00
parent 0c4f98be53
commit c2e4c8b937

View file

@ -16223,7 +16223,7 @@ END_ENTITY;
-- DIFF IN AP214
-- IN AP214/AP242
ENTITY resulting_path
SUBTYPE OF (link_motion_representation_along_path);
SUBTYPE OF (motion_link_relationship, link_motion_representation_along_path);
controlling_joints : SET [1:?] OF kinematic_joint;
END_ENTITY;