public enum swBodyType_e extends java.lang.Enum<swBodyType_e>
Enum Constant and Description |
---|
swAllBodies |
swEmptyBody |
swGeneralBody |
swGraphicsBody |
swMeshBody |
swMinimumBody |
swSheetBody |
swSolidBody |
swWireBody |
Modifier and Type | Method and Description |
---|---|
static swBodyType_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swBodyType_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swBodyType_e swAllBodies
public static final swBodyType_e swSolidBody
public static final swBodyType_e swSheetBody
public static final swBodyType_e swWireBody
public static final swBodyType_e swMinimumBody
public static final swBodyType_e swGeneralBody
public static final swBodyType_e swEmptyBody
public static final swBodyType_e swMeshBody
public static final swBodyType_e swGraphicsBody
public static swBodyType_e[] values()
for (swBodyType_e c : swBodyType_e.values()) System.out.println(c);
public static swBodyType_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