Overview Schemas Index

AIC_GEOMETRIC_TOLERANCES (jsdai.SAic_geometric_tolerances)


ENTITY line_profile_tolerance
          SUBTYPE OF (geometric_tolerance);
WHERE
          wr1: NOT ('AIC_GEOMETRIC_TOLERANCES.' + 'GEOMETRIC_TOLERANCE_WITH_DATUM_REFERENCE' IN TYPEOF (SELF)) OR ( SIZEOF (SELF\geometric_tolerance_with_datum_reference.datum_system) <= 3);
          wr2: SIZEOF ( 
QUERY ( sar <* USEDIN (SELF\geometric_tolerance.toleranced_shape_aspect, 'PRODUCT_PROPERTY_DEFINITION_SCHEMA.' + 'SHAPE_ASPECT_RELATIONSHIP.RELATING_SHAPE_ASPECT')| (sar.name IN [ 'affected plane association', 'resulting intersection curve association' ]) )) = 1;
END_ENTITY; -- line_profile_tolerance

Entity data types and their attributes

geometric_tolerance
          name: label;
          description: text;
          magnitude: measure_with_unit;
          toleranced_shape_aspect: shape_aspect;
line_profile_tolerance
          -

Known subtypes

          line_profile_tolerance_armx (GEOMETRIC_TOLERANCE_XIM)

Users

geometric_tolerance
          attribute_language_assignment.items
                    attribute_language_item
                              attribute_language_item_236cc1
                                        attribute_language_item_236cc2
          attribute_translation_assignment.considered_instance
                    attribute_language_item
                              automotive_design_attribute_language_item
          design_object_management_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          frozen_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          geometric_tolerance_relationship.related_geometric_tolerance
          geometric_tolerance_relationship.relating_geometric_tolerance
          language_indication.considered_instance
                    attribute_language_item
                              automotive_design_attribute_language_item
          language_indication.items
                    attribute_language_item
                              attribute_language_item_203e2
          multi_language_attribute_assignment.items
                    multi_language_attribute_item
                              automotive_design_multi_language_attribute_item
          tolerance_with_statistical_distribution.associated_tolerance
                    shape_tolerance_select
          tolerance_zone.defining_tolerance
line_profile_tolerance

Global rules for this entity data type

          -

public interface ELine_profile_tolerance extends EGeometric_tolerance


public class CLine_profile_tolerance implements ELine_profile_tolerance


public class ALine_profile_tolerance extends AEntity

          public ELine_profile_tolerance getByIndex(int index)
          public ELine_profile_tolerance getCurrentMember(SdaiIterator it)