public enum swFeatureFillSurfaceOptions_e extends java.lang.Enum<swFeatureFillSurfaceOptions_e>
Enum Constant and Description |
---|
swMergeResult |
swOptimizeSurface |
swReverseDirection |
swReverseSurface |
swTryToFormSolid |
Modifier and Type | Method and Description |
---|---|
static swFeatureFillSurfaceOptions_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swFeatureFillSurfaceOptions_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swFeatureFillSurfaceOptions_e swOptimizeSurface
public static final swFeatureFillSurfaceOptions_e swTryToFormSolid
public static final swFeatureFillSurfaceOptions_e swMergeResult
public static final swFeatureFillSurfaceOptions_e swReverseDirection
public static final swFeatureFillSurfaceOptions_e swReverseSurface
public static swFeatureFillSurfaceOptions_e[] values()
for (swFeatureFillSurfaceOptions_e c : swFeatureFillSurfaceOptions_e.values()) System.out.println(c);
public static swFeatureFillSurfaceOptions_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