ENTITY geometric_tolerance

(* SCHEMA Ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf; *)

ENTITY geometric_tolerance;
	name : label;
	description : text;
	magnitude : measure_with_unit;
	toleranced_shape_aspect : shape_aspect;
WHERE
	WR1 : ('NUMBER' IN TYPEOF
       (magnitude\measure_with_unit.value_component)) AND
       (magnitude\measure_with_unit.value_component >= 0.0);
END_ENTITY;

Explicit Attributes

Entity geometric_tolerance 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

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

Entity geometric_tolerance has the following subtypes:
    angularity_tolerance     circular_runout_tolerance     coaxiality_tolerance     concentricity_tolerance     cylindricity_tolerance*     flatness_tolerance*     geometric_tolerance_with_datum_reference*     geometric_tolerance_with_defined_unit*     line_profile_tolerance*     modified_geometric_tolerance*     parallelism_tolerance     perpendicularity_tolerance     position_tolerance*     roundness_tolerance*     straightness_tolerance*     surface_profile_tolerance*     symmetry_tolerance     total_runout_tolerance
* - Immediate Subtypes

Referenced By

Entity geometric_tolerance and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 attribute_language_item SELECT geometric_tolerance
 geometric_tolerance_relationship ENTITY geometric_tolerance
 line_profile_tolerance ENTITY geometric_tolerance
 multi_language_attribute_item SELECT geometric_tolerance
 subtype_exclusiveness_geometric_tolerance RULE geometric_tolerance
 subtype_mandatory_geometric_tolerance RULE geometric_tolerance
 tolerance_zone ENTITY geometric_tolerance


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:14:39-04:00