|
ENTITY Statistical_geometric_tolerance SUBTYPE OF (Geometric_tolerance); alternate_tolerance : OPTIONAL Geometric_tolerance; DERIVE statistical_control_requirement : SET [0:?] OF Requirement_view_definition := get_rvd(SELF, 'statistical control requirement'); WHERE WR1: (SIZEOF(statistical_control_requirement) = 1); END_ENTITY; -- Statistical_geometric_tolerance |
Entity data types and their attributesGeometric_tolerance(OPT) name: STRING; applied_to: Shape_element; (OPT) modification: Tolerance_condition; (OPT) qualifying_note: STRING; (OPT) segment_size: Value_with_unit; (OPT) significant_digits: INTEGER; tolerance_value: Value_with_unit; (OPT) value_determination: STRING; Statistical_geometric_tolerance (OPT) alternate_tolerance: Geometric_tolerance; (DER) statistical_control_requirement: SET [0:?] OF Requirement_view_definition; |
Global rules for this entity data type- |