public enum swInsertPartOptions_e extends java.lang.Enum<swInsertPartOptions_e>
Modifier and Type | Method and Description |
---|---|
static swInsertPartOptions_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swInsertPartOptions_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swInsertPartOptions_e swInsertPartImportSolids
public static final swInsertPartOptions_e swInsertPartImportSurfaces
public static final swInsertPartOptions_e swInsertPartImportAxes
public static final swInsertPartOptions_e swInsertPartImportPlanes
public static final swInsertPartOptions_e swInsertPartImportCosmeticThreads
public static final swInsertPartOptions_e swInsertPartImportAbsorbedSketchs
public static final swInsertPartOptions_e swInsertPartImportUnabsorbedSketchs
public static final swInsertPartOptions_e swInsertPartImportCustomProperties
public static final swInsertPartOptions_e swInsertPartImportCoordinateSystem
public static final swInsertPartOptions_e swInsertPartBreakLink
public static final swInsertPartOptions_e swInsertPartImportModelDimensions
public static final swInsertPartOptions_e swInsertPartImportCutListProperties
public static final swInsertPartOptions_e swInsertPartImportHoleWzdData
public static final swInsertPartOptions_e swInsertPartImportSMInfo
public static final swInsertPartOptions_e swInsertPartImportIndProps
public static final swInsertPartOptions_e swInsertPartImportCustomToFileProperties
public static final swInsertPartOptions_e swInsertPartImportCustomToCutlistProperties
public static final swInsertPartOptions_e swInsertPartImportDimXpertAnnotations
public static final swInsertPartOptions_e swInsertPartDontZoomAll
public static final swInsertPartOptions_e swInsertPartImportMaterial
public static final swInsertPartOptions_e swInsertPartImportPropagateVisualPropertiesFromOriginalPart
public static final swInsertPartOptions_e swInsertPartImportPoints
public static final swInsertPartOptions_e swInsertPartImportPartMaterial
public static swInsertPartOptions_e[] values()
for (swInsertPartOptions_e c : swInsertPartOptions_e.values()) System.out.println(c);
public static swInsertPartOptions_e valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null