Overview Schemas Index

PHYSICAL_UNIT_3D_SHAPE_XIM (jsdai.SPhysical_unit_3d_shape_xim)


TYPE pu3ds_component_application = ENUMERATION (
          compliant_components_permitted,
          no_components_permitted );
END_TYPE; -- pu3ds_component_application

Users

          physical_unit_3d_keepout_shape_model.component_application

public final class EPu3ds_component_application

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