ENTITY geometric_tolerance_with_modifiers

(* SCHEMA step_merged_ap_schema; *)
-- IN AP238 STEP-NC/AP242
ENTITY geometric_tolerance_with_modifiers
   SUBTYPE OF (geometric_tolerance);
      modifiers : SET [1:?] OF geometric_tolerance_modifier;
   WHERE
      WR1:
         NOT (geometric_tolerance_modifier.circle_a IN modifiers) OR ('STEP_MERGED_AP_SCHEMA.CENTRE_OF_SYMMETRY' IN TYPEOF(SELF\geometric_tolerance.toleranced_shape_aspect)) AND (SELF\geometric_tolerance.toleranced_shape_aspect\shape_aspect.product_definitional = FALSE);
      WR2:
         NOT (geometric_tolerance_modifier.circle_a IN modifiers) OR ('STEP_MERGED_AP_SCHEMA.DERIVED_SHAPE_ASPECT' IN TYPEOF(SELF\geometric_tolerance.toleranced_shape_aspect)) AND (SIZEOF(SELF\geometric_tolerance.toleranced_shape_aspect\derived_shape_aspect.deriving_relationships) = 1);
      WR3:
         NOT (SIZEOF([ geometric_tolerance_modifier.individually, geometric_tolerance_modifier.each_element, geometric_tolerance_modifier.each_radial_element ] * modifiers) = 1) OR ('STEP_MERGED_AP_SCHEMA.COMPOSITE_GROUP_SHAPE_ASPECT' IN TYPEOF(SELF\geometric_tolerance.toleranced_shape_aspect));
      WR4:
         SIZEOF([ geometric_tolerance_modifier.individually, geometric_tolerance_modifier.each_element, geometric_tolerance_modifier.each_radial_element ] * modifiers) <= 1;
END_ENTITY;

Explicit Attributes

Entity geometric_tolerance_with_modifiers has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)geometric_tolerance
 descriptiontext (STRING)geometric_tolerance
 magnitudelength_measure_with_unit (ENTITY)geometric_tolerance
 toleranced_shape_aspectgeometric_tolerance_target (SELECT)geometric_tolerance
 modifiersSET OF geometric_tolerance_modifier (ENUM)geometric_tolerance_with_modifiers

Derived Attributes

Entity geometric_tolerance_with_modifiers has the following local and inherited derived attributes:
AttributeTypeDefined By
 controlling_shapeproduct_definition_shape (ENTITY)geometric_tolerance
 ididentifier (STRING)geometric_tolerance

Inverse Attributes

Entity geometric_tolerance_with_modifiers has the following local and inherited inverse attributes:
AttributeTypeDefined By
 auxiliary_classificationSET OF geometric_tolerance_auxiliary_classification (ENTITY)geometric_tolerance
 tolerance_relationshipSET OF geometric_tolerance_relationship (ENTITY)geometric_tolerance

Supertypes

Entity geometric_tolerance_with_modifiers inherits from the following supertypes:
  geometric_tolerance

Subtypes

Entity geometric_tolerance_with_modifiers has the following subtypes:
    geometric_tolerance_with_maximum_tolerance*
* - Immediate Subtypes

Referenced By

Entity geometric_tolerance_with_modifiers and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 action_method_items SELECT geometric_tolerance
 acyclic_geometric_tolerance_relationship FUNCTION geometric_tolerance
 approval_item SELECT geometric_tolerance
 attribute_language_item SELECT geometric_tolerance
 characterized_item SELECT geometric_tolerance
 classification_item SELECT geometric_tolerance
 derived_property_select SELECT geometric_tolerance
 description_item SELECT geometric_tolerance
 dimensional_location_with_normal_constraint ENTITY geometric_tolerance
 draughting_model_item_definition SELECT geometric_tolerance_with_modifiers
 draughting_model_item_definition SELECT geometric_tolerance
 effectivity_item SELECT geometric_tolerance
 generic_property_definition_select SELECT geometric_tolerance
 geometric_tolerance ENTITY geometric_tolerance_with_modifiers
 geometric_tolerance_auxiliary_classification ENTITY geometric_tolerance
 geometric_tolerance_relationship ENTITY geometric_tolerance
 geometric_tolerance_subtype_exclusiveness RULE geometric_tolerance
 geometric_tolerance_with_maximum_tolerance ENTITY geometric_tolerance_with_modifiers
 geometric_tolerance_with_maximum_tolerance ENTITY geometric_tolerance
 geometric_tolerance_with_modifiers ENTITY geometric_tolerance
 gps_filter ENTITY geometric_tolerance_with_modifiers
 gps_filtration_specification_target SELECT geometric_tolerance
 group_geometric_tolerance_with_datum_system_reference ENTITY geometric_tolerance
 identification_item SELECT geometric_tolerance
 id_attribute_select SELECT geometric_tolerance
 inspected_element_select SELECT geometric_tolerance
 item_identified_representation_usage_definition SELECT geometric_tolerance
 multi_language_attribute_item SELECT geometric_tolerance
 organization_item SELECT geometric_tolerance
 person_and_organization_item SELECT geometric_tolerance
 requirement_assigned_item SELECT geometric_tolerance
 requirement_source_item SELECT geometric_tolerance
 restrict_multi_language_for_geometric_tolerance RULE geometric_tolerance
 restrict_viewing_plane_usage RULE geometric_tolerance
 subtype_exclusiveness_geometric_tolerance RULE geometric_tolerance
 subtype_mandatory_geometric_tolerance RULE geometric_tolerance
 tolerance_select SELECT geometric_tolerance
 tolerance_zone_target SELECT geometric_tolerance
 unique_gdt_element_id_constraint RULE geometric_tolerance


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2026-09-02T09:08:04-04:00