Overview Schemas Index

PHYSICAL_UNIT_3D_SHAPE_XIM (jsdai.SPhysical_unit_3d_shape_xim)


TYPE pu3ds_shape_side = ENUMERATION (
          same_side,
          opposite_side,
          both_sides );
END_TYPE; -- pu3ds_shape_side

Users

          physical_unit_3d_keepout_shape_model.side

public final class EPu3ds_shape_side

          static final int SAME_SIDE = 1
          static final int OPPOSITE_SIDE = 2
          static final int BOTH_SIDES = 3
          static String[] values = {"SAME_SIDE", "OPPOSITE_SIDE", "BOTH_SIDES"}
          static int toInt(String str)
          static String toString(int value)