Overview Schemas Index

PHYSICAL_UNIT_3D_SHAPE_XIM (jsdai.SPhysical_unit_3d_shape_xim)


TYPE pu3ds_shape_location = ENUMERATION (
          above,
          below );
END_TYPE; -- pu3ds_shape_location

Users

          physical_unit_3d_keepout_shape_model.shape_location_with_respect_to_seating_plane

public final class EPu3ds_shape_location

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