ENTITY transformation_with_derived_angle

(* SCHEMA Ap242_managed_model_based_3d_engineering_mim_LF; *)
  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
 kinematic_pair ENTITY item_defined_transformation
 link_motion_relationship ENTITY item_defined_transformation
 link_motion_transformation ENTITY item_defined_transformation
 pair_representation_relationship ENTITY 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
2012-03-27T17:20:06-04:00