public enum swSketchTrimChoice_e extends java.lang.Enum<swSketchTrimChoice_e>
| Enum Constant and Description |
|---|
swSketchTrimClosest |
swSketchTrimCorner |
swSketchTrimEntities |
swSketchTrimEntityPoint |
swSketchTrimInside |
swSketchTrimOutside |
swSketchTrimTwoEntities |
| Modifier and Type | Method and Description |
|---|---|
static swSketchTrimChoice_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swSketchTrimChoice_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swSketchTrimChoice_e swSketchTrimClosest
public static final swSketchTrimChoice_e swSketchTrimCorner
public static final swSketchTrimChoice_e swSketchTrimTwoEntities
public static final swSketchTrimChoice_e swSketchTrimEntityPoint
public static final swSketchTrimChoice_e swSketchTrimEntities
public static final swSketchTrimChoice_e swSketchTrimOutside
public static final swSketchTrimChoice_e swSketchTrimInside
public static swSketchTrimChoice_e[] values()
for (swSketchTrimChoice_e c : swSketchTrimChoice_e.values()) System.out.println(c);
public static swSketchTrimChoice_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