ENTITY transformation_matrix_entity

(* SCHEMA iges_curve_and_surface_geometry_schema; *)
   
   ENTITY transformation_matrix_entity
      SUBTYPE OF (geometric_entity);

      form  : INTEGER;
      r11 : REAL;
      r12 : REAL;
      r13 : REAL;
      t1  : REAL;
      r21 : REAL;
      r22 : REAL;
      r23 : REAL;
      t2  : REAL;
      r31 : REAL;
      r32 : REAL;
      r33 : REAL;
      t3  : REAL;
   DERIVE
      entity_type : INTEGER := 124;
   WHERE
      (form = 0) OR (form = 1) OR (form = 10) OR 
      (form = 11) OR (form = 12);
   END_ENTITY;

Explicit Attributes

Entity transformation_matrix_entity has the following local and inherited explicit attributes:
AttributeTypeDefined By
 labelSTRINGdirectory_entry
 subscriptINTEGERdirectory_entry
 associationsLIST OF associativities (SELECT)directory_entry
 propertiesLIST OF properties (SELECT)directory_entry
 levelentity_level (SELECT)geometric_entity
 viewentity_view (SELECT)geometric_entity
 transformationtransformation_matrix_entity (ENTITY)geometric_entity
 label_displaylabel_display_entity (ENTITY)geometric_entity
 blankblank_status (ENUM)geometric_entity
 colorentity_color (SELECT)geometric_entity
 formINTEGERtransformation_matrix_entity
 r11REALtransformation_matrix_entity
 r12REALtransformation_matrix_entity
 r13REALtransformation_matrix_entity
 t1REALtransformation_matrix_entity
 r21REALtransformation_matrix_entity
 r22REALtransformation_matrix_entity
 r23REALtransformation_matrix_entity
 t2REALtransformation_matrix_entity
 r31REALtransformation_matrix_entity
 r32REALtransformation_matrix_entity
 r33REALtransformation_matrix_entity
 t3REALtransformation_matrix_entity

Derived Attributes

Entity transformation_matrix_entity has the following local and inherited derived attributes:
AttributeTypeDefined By
 entity_typeINTEGERtransformation_matrix_entity

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity transformation_matrix_entity inherits from the following supertypes:
  directory_entry
    geometric_entity

Subtypes

    No subtypes

Referenced By

Entity transformation_matrix_entity and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 boundary_entity ENTITY geometric_entity
 bounded_surface_entity ENTITY geometric_entity
 curve_boundary ENTITY geometric_entity
 curve_on_a_parametric_surface_entity ENTITY geometric_entity
 datum SELECT directory_entry
 directory_entry ENTITY geometric_entity
 flash_entity ENTITY geometric_entity
 geometric_entity ENTITY transformation_matrix_entity
 geometric_or_connect_point SELECT geometric_entity
 geometry_entities SELECT geometric_entity
 offset_curve_entity ENTITY geometric_entity
 offset_surface_entity ENTITY geometric_entity
 plane_entity ENTITY geometric_entity
 ruled_surface_entity ENTITY geometric_entity
 surface_of_revolution_entity ENTITY geometric_entity
 tabulated_cylinder_entity ENTITY geometric_entity
 trimmed_parametric_surface_entity ENTITY geometric_entity
 constructive_solid_geometry_entity ENTITY transformation_matrix_entity
 solid_assembly_entity ENTITY transformation_matrix_entity
 manifold_solid_brep_entity ENTITY transformation_matrix_entity
 annotation_entity ENTITY transformation_matrix_entity
 subfigure_entity ENTITY transformation_matrix_entity
 connect_point_entity ENTITY transformation_matrix_entity
 node_entity ENTITY transformation_matrix_entity
 line_font_definition_entity ENTITY transformation_matrix_entity
 text_display_template_entity ENTITY transformation_matrix_entity
 attribute_table_definition_entity ENTITY transformation_matrix_entity
 planar_entity ENTITY transformation_matrix_entity
 view_entity ENTITY transformation_matrix_entity
 nodal_load_constraint_entity ENTITY transformation_matrix_entity


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2022-02-01T11:14:58-05:00