public enum StlImportOption extends java.lang.Enum<StlImportOption>
Enum Constant and Description |
---|
CALCULATE_FACET_NORMAL
The facet normals will be calculated.
|
NONE
No option is applied.
|
REVERSE_GEOMETRY
The winding of the triangles will be reversed (counterclockwise <-> clockwise).
|
Modifier and Type | Method and Description |
---|---|
static StlImportOption |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StlImportOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StlImportOption NONE
public static final StlImportOption CALCULATE_FACET_NORMAL
public static final StlImportOption REVERSE_GEOMETRY
public static StlImportOption[] values()
for (StlImportOption c : StlImportOption.values()) System.out.println(c);
public static StlImportOption 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 nullCopyright (C) 2013-2014 InteractiveMesh e.K.