|
ENTITY curve_based_path SUBTYPE OF (path_element); path_curve : curve; WHERE WR1: SELF\path_element.node_to.control_transform.translation_component <> SELF\path_element.node_from.control_transform.translation_component; END_ENTITY; -- curve_based_path |
Entity data types and their attributesrepresentation_itemname: label; kinematic_path - path_element node_from: path_node; node_to: path_node; curve_based_path path_curve: curve; |
Global rules for this entity data type- |