public class STLLoadOptions extends LoadOptions
Constructor and Description |
---|
STLLoadOptions()
Initializes of a new
STLLoadOptions instance. |
STLLoadOptions(FileContentType contentType)
Initializes of a new
STLLoadOptions instance. |
Modifier and Type | Method and Description |
---|---|
boolean |
getFlipCoordinateSystem()
Gets whether to flip coordinate system of control points/normal during importing.
|
boolean |
getRecalculateNormal()
Ignore the normal data that stored in STL file and recalculate the normal data based on the vertex position.
|
void |
setFlipCoordinateSystem(boolean value)
Sets whether to flip coordinate system of control points/normal during importing.
|
void |
setRecalculateNormal(boolean value)
Ignore the normal data that stored in STL file and recalculate the normal data based on the vertex position.
|
getFileFormat, getFileName, getFileSystem, getLookupPaths, lookupForFile, setFileName, setFileSystem, setLookupPaths
public STLLoadOptions()
STLLoadOptions
instance.public STLLoadOptions(FileContentType contentType)
STLLoadOptions
instance.contentType
- public boolean getFlipCoordinateSystem()
public void setFlipCoordinateSystem(boolean value)
value
- New valuepublic boolean getRecalculateNormal()
public void setRecalculateNormal(boolean value)
value
- New value