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:
AttributeTypeDefined By
 namelabel (STRING)item_defined_transformation
 descriptiontext (STRING)item_defined_transformation
 transform_item_1angle_direction_reference_with_a2p3d_select (SELECT)transformation_with_derived_angle(Redcl from item_defined_transformation)
 transform_item_2axis2_placement_3d (ENTITY)transformation_with_derived_angle(Redcl from item_defined_transformation)

Derived Attributes

Entity transformation_with_derived_angle has the following local and inherited derived attributes:
AttributeTypeDefined By
 orientation_angleplane_angle_measure (REAL)transformation_with_derived_angle

Inverse Attributes

    No Inverse Attributes

Supertypes

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:
DefinitionTypeReferenced Entity
 binary_assembly_constraint ENTITY item_defined_transformation
 constrained_kinematic_motion_representation ENTITY item_defined_transformation
 free_kinematic_motion_representation ENTITY item_defined_transformation
 groupable_item SELECT item_defined_transformation
 kinematic_pair ENTITY item_defined_transformation
 link_motion_relationship ENTITY item_defined_transformation
 link_motion_transformation ENTITY item_defined_transformation
 list_item_defined_transformation AGGREGATE item_defined_transformation
 pair_representation_relationship ENTITY item_defined_transformation
 representation_relationship_with_transformation ENTITY item_defined_transformation
 set_item_defined_transformation AGGREGATE item_defined_transformation
 transformation SELECT item_defined_transformation
 transformation_with_derived_angle ENTITY item_defined_transformation


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2020-07-28T17:02:19-04:00