Overview Schemas Index

EXTENDED_GEOMETRIC_TOLERANCE_XIM (jsdai.SExtended_geometric_tolerance_xim)


TYPE measure_orientation = ENUMERATION (
          reversed,
          normal );
END_TYPE; -- measure_orientation

Users

          blind_passage_template_armx.of_measure_orientation
          descriptive_or_geometric_orientation
                    datum_based_length_measure.measure_orientation

public final class EMeasure_orientation

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