Overview Schemas Index

PHYSICAL_UNIT_2D_SHAPE_XIM (jsdai.SPhysical_unit_2d_shape_xim)


TYPE pu2ds_shape_location = ENUMERATION (
          above,
          below,
          congruent );
END_TYPE; -- pu2ds_shape_location

Users

          physical_unit_planar_keepout_shape_model.shape_location_with_respect_to_seating_plane
          physical_unit_planar_shape_model.shape_location_with_respect_to_seating_plane

public final class EPu2ds_shape_location

          static final int ABOVE = 1
          static final int BELOW = 2
          static final int CONGRUENT = 3
          static String[] values = {"ABOVE", "BELOW", "CONGRUENT"}
          static int toInt(String str)
          static String toString(int value)