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()
Deprecated.
|
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)
Deprecated.
|
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, getFileSystemFactory, getLookupPaths, lookupForFile, setEncoding, setFileName, setFileSystem, setFileSystemFactory, setLookupPathspublic StlLoadOptions()
StlLoadOptions instance.public StlLoadOptions(FileContentType contentType)
StlLoadOptions instance.@Deprecated public boolean getFlipCoordinateSystem()
@Deprecated public void setFlipCoordinateSystem(boolean value)
value - New valuepublic boolean getRecalculateNormal()
public void setRecalculateNormal(boolean value)
value - New value