Overview Schemas Index

Geometric_tolerance_arm         


ENTITY Target_rectangle
          SUBTYPE OF (Placed_target);
          target_length : Numerical_item_with_unit;
          target_width : Numerical_item_with_unit;
END_ENTITY; -- Target_rectangle

Entity data types and their attributes

Datum_target
          id: STRING;
          (INV) of_datum: Datum_defined_by_targets FOR defined_by;
Placed_target
          defined_in: Geometric_coordinate_space;
          parameter_reference: Axis_placement;
Target_rectangle
          target_length: Numerical_item_with_unit;
          target_width: Numerical_item_with_unit;

Users: by entity attributes

Datum_target
          Datum_defined_by_targets.defined_by
Placed_target
Target_rectangle

Users: by defined types, not used by any entity attribute

Target_rectangle
          -

Global rules for this entity data type

          -