Overview Schemas Index

EXTENDED_GEOMETRIC_TOLERANCE_XIM (jsdai.SExtended_geometric_tolerance_xim)


TYPE centre_type = ENUMERATION (
          centred_on_arc,
          centred_on_radial );
END_TYPE; -- centre_type

Users

          datum_axis_related_orientation.orientation_type

public final class ECentre_type

          static final int CENTRED_ON_ARC = 1
          static final int CENTRED_ON_RADIAL = 2
          static String[] values = {"CENTRED_ON_ARC", "CENTRED_ON_RADIAL"}
          static int toInt(String str)
          static String toString(int value)