ENTITY point_on_surface_pair_value
(* SCHEMA AUTOMOTIVE_DESIGN; *)
ENTITY point_on_surface_pair_value
SUBTYPE OF (pair_value);
SELF\pair_value.applies_to_pair : point_on_surface_pair;
actual_point_on_surface : point_on_surface;
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_surface_pair.pair_surface :=:
actual_point_on_surface.basis_surface;
END_ENTITY; -- 10303-105: kinematic_structure_schema
Explicit Attributes
Entity point_on_surface_pair_value has the following local and inherited explicit attributes:
Derived Attributes
Entity point_on_surface_pair_value has the following local and inherited derived attributes:
| Attribute | Type | Defined By |
|---|
| actual_orientation | ypr_rotation (AGGREGATE) | point_on_surface_pair_value |
|
Inverse Attributes
No Inverse AttributesSupertypes
Entity point_on_surface_pair_value inherits from the following supertypes:
pair_value
Subtypes
No subtypesReferenced By
Entity point_on_surface_pair_value and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:16:12-04:00