ENTITY geometric_tolerance_with_defined_unit

(* SCHEMA integrated_cnc_schema; *)
ENTITY geometric_tolerance_with_defined_unit
  SUBTYPE OF (geometric_tolerance);
    unit_size : measure_with_unit;
  WHERE
    WR1: ('NUMBER' IN TYPEOF(unit_size\measure_with_unit.value_component)) 
              AND (unit_size\measure_with_unit.value_component > 0.0);
END_ENTITY; -- 10303-47: shape_tolerance_schema

Explicit Attributes

Entity geometric_tolerance_with_defined_unit has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)geometric_tolerance
 descriptiontext (STRING)geometric_tolerance
 magnitudemeasure_with_unit (ENTITY)geometric_tolerance
 toleranced_shape_aspectshape_aspect (ENTITY)geometric_tolerance
 unit_sizemeasure_with_unit (ENTITY)geometric_tolerance_with_defined_unit

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity geometric_tolerance_with_defined_unit inherits from the following supertypes:
  geometric_tolerance

Subtypes

    No subtypes

Referenced By

Entity geometric_tolerance_with_defined_unit and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 geometric_tolerance_relationship ENTITY geometric_tolerance
 line_profile_tolerance ENTITY geometric_tolerance
 tolerance_zone ENTITY geometric_tolerance


[Top Level Definitions]

Generated by STEP ToolsTM EXPRESS to HTML Converter
on 2010-01-12T10:42:20-02:00