public enum swTolerances_e extends java.lang.Enum<swTolerances_e>
Enum Constant and Description |
---|
swBSCurveNonRationalOutputTol |
swBSCurveOutputTol |
swCurveChordTessellationTol |
swSurfAngularTessellationTol |
swSurfChordTessellationTol |
swUVCurveOutputTol |
Modifier and Type | Method and Description |
---|---|
static swTolerances_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swTolerances_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swTolerances_e swBSCurveOutputTol
public static final swTolerances_e swBSCurveNonRationalOutputTol
public static final swTolerances_e swUVCurveOutputTol
public static final swTolerances_e swSurfChordTessellationTol
public static final swTolerances_e swSurfAngularTessellationTol
public static final swTolerances_e swCurveChordTessellationTol
public static swTolerances_e[] values()
for (swTolerances_e c : swTolerances_e.values()) System.out.println(c);
public static swTolerances_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