ENTITY transformation_with_derived_angle
(* SCHEMA step_merged_ap_schema; *)
-- IN AP203e2/AP242
ENTITY transformation_with_derived_angle
SUPERTYPE OF (ONEOF(draped_defined_transformation, laid_defined_transformation))
SUBTYPE OF (item_defined_transformation);
SELF\item_defined_transformation.transform_item_1 : angle_direction_reference_with_a2p3d_select;
SELF\item_defined_transformation.transform_item_2 : axis2_placement_3d;
DERIVE
orientation_angle : plane_angle_measure := derive_angle(SELF\item_defined_transformation.transform_item_1, SELF\item_defined_transformation.transform_item_2);
WHERE
WR1:
((SELF\item_defined_transformation.transform_item_1\axis2_placement_3d.p[3].direction_ratios[1] = SELF\item_defined_transformation.transform_item_2\axis2_placement_3d.p[3].direction_ratios[1]) AND (SELF\item_defined_transformation.transform_item_1\axis2_placement_3d.p[3].direction_ratios[2] = SELF\item_defined_transformation.transform_item_2\axis2_placement_3d.p[3].direction_ratios[2])) AND (SELF\item_defined_transformation.transform_item_1\axis2_placement_3d.p[3].direction_ratios[3] = SELF\item_defined_transformation.transform_item_2\axis2_placement_3d.p[3].direction_ratios[3]);
END_ENTITY;
Explicit Attributes
Entity transformation_with_derived_angle has the following local and inherited explicit attributes:
Derived Attributes
Entity transformation_with_derived_angle has the following local and inherited derived attributes:
Attribute | Type | Defined By |
---|
orientation_angle | plane_angle_measure (REAL) | transformation_with_derived_angle |
|
Inverse Attributes
No Inverse AttributesSupertypes
Entity transformation_with_derived_angle inherits from the following supertypes:
item_defined_transformation
Subtypes
Entity transformation_with_derived_angle has the following subtypes:
draped_defined_transformation*
laid_defined_transformation*
* - Immediate Subtypes
Referenced By
Entity transformation_with_derived_angle and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2024-09-06T14:00:33-04:00