Overview Schemas Index

SHAPE_PARAMETERS_XIM (jsdai.SShape_parameters_xim)


TYPE application_environment = ENUMERATION (
          end_user_application,
          manufacturing );
END_TYPE; -- application_environment

Users

          part_template_keepout_shape_model.shape_environment
          part_template_shape_model.shape_environment
          physical_unit_keepout_shape_model.shape_environment
          physical_unit_shape_model.shape_environment

public final class EApplication_environment

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