|
ENTITY point_on_planar_curve_pair_value SUBTYPE OF (pair_value); SELF\pair_value.applies_to_pair : point_on_planar_curve_pair; actual_point_on_curve : point_on_curve; input_orientation : spatial_rotation; DERIVE actual_orientation : ypr_rotation := convert_spatial_to_ypr_rotation (SELF\pair_value.applies_to_pair, input_orientation); WHERE WR1: SELF\pair_value.applies_to_pair\point_on_planar_curve_pair.pair_curve :=: actual_point_on_curve.basis_curve; END_ENTITY; -- point_on_planar_curve_pair_value |
Entity data types and their attributesrepresentation_itemname: label; geometric_representation_item (DER) dim: dimension_count; pair_value applies_to_pair: kinematic_pair; point_on_planar_curve_pair_value (RT) applies_to_pair: point_on_planar_curve_pair; actual_point_on_curve: point_on_curve; input_orientation: spatial_rotation; (DER) actual_orientation: ypr_rotation; |
Global rules for this entity data type- |