Overview Schemas Index

SHAPE_DIMENSION_SCHEMA (jsdai.SShape_dimension_schema)


ENTITY angular_size
          SUBTYPE OF (dimensional_size);
          angle_selection : angle_relator;
END_ENTITY; -- angular_size

Entity data types and their attributes

dimensional_size
          applies_to: shape_aspect;
          name: label;
angular_size
          angle_selection: angle_relator;

Known subtypes

          angular_size_dimension (DIMENSION_TOLERANCE_XIM)

Users

dimensional_size
          applied_document_reference.items
                    document_reference_item
                              dimension_tolerance_document_reference_item
          applied_document_usage_constraint_assignment.items
                    document_reference_item
                              dimension_tolerance_document_reference_item
          applied_identification_assignment.items
                    identification_item
                              automotive_design_identification_item
          design_object_management_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          dimension_value_with_limitation.toleranced_dimension
                    dimensional_characteristic
          dimensional_characteristic_representation.dimension
                    dimensional_characteristic
          frozen_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          partial_document_assignment.items
                    document_reference_item
                              dimension_tolerance_document_reference_item
          plus_minus_tolerance.toleranced_dimension
                    dimensional_characteristic
          variable_expression.property_associated
                    property_variable_rep_select
angular_size

Global rules for this entity data type

          -

public interface EAngular_size extends EDimensional_size

angle_selection (explicit attribute)

          boolean testAngle_selection(EAngular_size type)
          int getAngle_selection(EAngular_size type)
          void setAngle_selection(EAngular_size type, int value)
          void unsetAngle_selection(EAngular_size type)

public class CAngular_size implements EAngular_size

          static EAttribute attributeAngle_selection(EAngular_size type)

public class AAngular_size extends AEntity

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