public class JtLoadOptions extends LoadOptions
| Constructor and Description |
|---|
JtLoadOptions() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getLoadPMI()
Load PMI information from JT file if possible, the data will be saved as property "PMI" of
Scene.getAssetInfo(). |
boolean |
getLoadProperties()
Load properties from JT's property table as Aspose.3D properties.
|
void |
setLoadPMI(boolean value)
Load PMI information from JT file if possible, the data will be saved as property "PMI" of
Scene.getAssetInfo(). |
void |
setLoadProperties(boolean value)
Load properties from JT's property table as Aspose.3D properties.
|
getEncoding, getFileFormat, getFileName, getFileSystem, getFileSystemFactory, getLookupPaths, lookupForFile, setEncoding, setFileName, setFileSystem, setFileSystemFactory, setLookupPathspublic boolean getLoadProperties()
public void setLoadProperties(boolean value)
value - New valuepublic boolean getLoadPMI()
Scene.getAssetInfo().
Default value is false.Scene.getAssetInfo().
Default value is false.public void setLoadPMI(boolean value)
Scene.getAssetInfo().
Default value is false.value - New value