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.
|
getEncoding, getFileFormat, getFileName, getFileSystem, getLookupPaths, lookupForFile, setEncoding, 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