fix missing supertype for resulting_path
ERROR: Entity motion_link_relationship missing from supertype list for subtype resulting_path
This commit is contained in:
parent
0c4f98be53
commit
c2e4c8b937
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue