A3dwSaveOptions

A3dwSaveOptions

Overview

A3dwSaveOptions is a class in Aspose.3D FOSS for Java. Inherits from: SaveOptions.

Options for A3DW saving.

This class provides 21 methods for working with A3dwSaveOptions objects in Java programs. Available methods include: A3dwSaveOptions, SaveOptions, getEncoding, getExportMetaData, getExportTextures, getFileFormat, getFileName, getFileSystem, getFileSystemFactory, getLookupPaths, getMetaDataPrefix, setEncoding, and 7 additional methods. All public members are accessible to any Java application after installing the Aspose.3D FOSS for Java package. Properties: encoding, exportMetaData, exportTextures, fileFormat, fileName, fileSystem, and 3 more.

Properties

NameTypeAccessDescription
exportMetaDatabooleanReadExport meta data associated with Scene/Node to client.
metaDataPrefixStringReadIf 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.
exportTexturesbooleanReadTry to copy textures used in scene to output directory.
fileFormatFileFormatReadGets the file format.
fileSystemFactoryFileSystemFactoryReadGets the factory class for FileSystem.
encodingjava.nio.charset.CharsetReadGets the default encoding for text-based files.
fileSystemFileSystemReadAllow user to handle how to manage the external dependencies during load/save.
lookupPathsjava.util.ArrayList<String>ReadSome files like OBJ depends on external file, the lookup paths will allows Aspose.3D to look for external file to load.
fileNameStringReadThe file name of the exporting/importing scene.

Methods

SignatureDescription
A3dwSaveOptions()Constructor of A3dwSaveOptions.
getExportMetaData()booleanExport meta data associated with Scene/Node to client.
setExportMetaData(value: boolean)Sets whether to export meta data associated with Scene/Node to client.
getMetaDataPrefix()StringIf 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(value: String)Sets the meta data prefix.
SaveOptions()Initializes a new instance of the SaveOptions class.
SaveOptions(format: FileFormat)Initializes a new instance of the SaveOptions class with a file format.
SaveOptions(contentType: FileContentType)Initializes a new instance of the SaveOptions class with a file content type.
getExportTextures()booleanTry to copy textures used in scene to output directory.
setExportTextures(value: boolean)Try to copy textures used in scene to output directory.
getFileFormat()FileFormatReturns the file format.
getFileSystemFactory()FileSystemFactoryGets the factory class for FileSystem.
setFileSystemFactory(value: FileSystemFactory)Sets the factory class for FileSystem.
getEncoding()java.nio.charset.CharsetGets the default encoding for text-based files.
setEncoding(value: java.nio.charset.Charset)Sets the default encoding for text-based files.
getFileSystem()FileSystemAllow user to handle how to manage the external dependencies during load/save.
setFileSystem(value: FileSystem)Allow user to handle how to manage the external dependencies during load/save.
getLookupPaths()java.util.ArrayList<String>Some files like OBJ depends on external file, the lookup paths will allows Aspose.3D to look for external file to load.
setLookupPaths(value: java.util.ArrayList<String>)Some files like OBJ depends on external file, the lookup paths will allows Aspose.3D to look for external file to load.
getFileName()StringThe file name of the exporting/importing scene.
setFileName(value: String)The file name of the exporting/importing scene.

See Also

 English