Overview Schemas Index

Ply_orientation_specification_mim         


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; -- transformation_with_derived_angle

Entity data types and their attributes

item_defined_transformation
          name: label;
          (OPT) description: text;
          transform_item_1: representation_item;
          transform_item_2: representation_item;
transformation_with_derived_angle
          (RT) transform_item_1: angle_direction_reference_with_a2p3d_select;
          (RT) transform_item_2: axis2_placement_3d;
          (DER) orientation_angle: plane_angle_measure;

Known subtypes

          draped_defined_transformation (Ply_orientation_specification_mim)
          laid_defined_transformation (Ply_orientation_specification_mim)

Users

item_defined_transformation
          design_object_management_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          frozen_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          representation_relationship_with_transformation.transformation_operator
                    transformation
          shape_definition_3d_intersection.transformation_operator
transformation_with_derived_angle

Global rules for this entity data type

          -