|
ENTITY geometric_tolerance_with_defined_area_unit SUBTYPE OF (geometric_tolerance_with_defined_unit); area_type : area_unit_type; second_unit_size : OPTIONAL length_measure_with_unit; WHERE WR1: NOT (EXISTS(second_unit_size) XOR (area_type = rectangular)); END_ENTITY; -- geometric_tolerance_with_defined_area_unit |
Entity data types and their attributesgeometric_tolerancename: label; (OPT) description: text; (OPT) magnitude: length_measure_with_unit; toleranced_shape_aspect: geometric_tolerance_target; (DER) controlling_shape: product_definition_shape; geometric_tolerance_with_defined_unit unit_size: length_measure_with_unit; geometric_tolerance_with_defined_area_unit area_type: area_unit_type; (OPT) second_unit_size: length_measure_with_unit; |
Global rules for this entity data type- |