Overview Schemas Index

SHAPE_TOLERANCE_SCHEMA (jsdai.SShape_tolerance_schema)


ENTITY runout_zone_orientation;
          angle : measure_with_unit;
END_ENTITY; -- runout_zone_orientation

Entity data types and their attributes

runout_zone_orientation
          angle: measure_with_unit;

Known subtypes

          runout_zone_orientation_reference_direction (SHAPE_TOLERANCE_SCHEMA)

Users

runout_zone_orientation
          design_object_management_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          frozen_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          runout_zone_definition.orientation

Global rules for this entity data type

          -

public interface ERunout_zone_orientation extends EEntity

angle (explicit attribute)

          boolean testAngle(ERunout_zone_orientation type)
          EMeasure_with_unit getAngle(ERunout_zone_orientation type)
          void setAngle(ERunout_zone_orientation type, EMeasure_with_unit value)
          void unsetAngle(ERunout_zone_orientation type)

public class CRunout_zone_orientation implements ERunout_zone_orientation

          static EAttribute attributeAngle(ERunout_zone_orientation type)
          static int usedinAngle(ERunout_zone_orientation type, EMeasure_with_unit instance, ASdaiModel domain, ARunout_zone_orientation result)

public class ARunout_zone_orientation extends AEntity

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