Package com.aspose.threed
Class A3dwSaveOptions
- java.lang.Object
-
- com.aspose.threed.IOConfig
-
- com.aspose.threed.SaveOptions
-
- com.aspose.threed.A3dwSaveOptions
-
public class A3dwSaveOptions extends SaveOptions
Save options for A3DW format.
-
-
Constructor Summary
Constructors Constructor Description A3dwSaveOptions()
Constructor ofA3dwSaveOptions
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
getExportMetaData()
Export meta data associated with Scene/Node to client Default value is truejava.lang.String
getMetaDataPrefix()
If this property is non-null, only the properties of Scene/Node that start with this prefix will be exported, and the prefix will be removed.void
setExportMetaData(boolean value)
Export meta data associated with Scene/Node to client Default value is truevoid
setMetaDataPrefix(java.lang.String value)
If this property is non-null, only the properties of Scene/Node that start with this prefix will be exported, and the prefix will be removed.-
Methods inherited from class com.aspose.threed.IOConfig
getEncoding, getFileFormat, getFileName, getFileSystem, getFileSystemFactory, getLookupPaths, lookupForFile, setEncoding, setFileName, setFileSystem, setFileSystemFactory, setLookupPaths
-
-
-
-
Constructor Detail
-
A3dwSaveOptions
public A3dwSaveOptions()
Constructor ofA3dwSaveOptions
-
-
Method Detail
-
getExportMetaData
public boolean getExportMetaData()
Export meta data associated with Scene/Node to client Default value is true
-
setExportMetaData
public void setExportMetaData(boolean value)
Export meta data associated with Scene/Node to client Default value is true- Parameters:
value
- New value
-
getMetaDataPrefix
public java.lang.String getMetaDataPrefix()
If this property is non-null, only the properties of Scene/Node that start with this prefix will be exported, and the prefix will be removed.
-
setMetaDataPrefix
public void setMetaDataPrefix(java.lang.String value)
If this property is non-null, only the properties of Scene/Node that start with this prefix will be exported, and the prefix will be removed.- Parameters:
value
- New value
-
-