RvmSaveOptions

RvmSaveOptions

Overview

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

Save options for Aveva PDMS RVM file.

This class provides 30 methods for working with RvmSaveOptions objects in Java programs. Available methods include: RvmSaveOptions, SaveOptions, getAttributeListFile, getAttributePrefix, getAuthor, getCreationTime, getEncoding, getExportAttributes, getExportTextures, getFileFormat, getFileName, getFileNote, and 15 additional methods. All public members are accessible to any Java application after installing the Aspose.3D FOSS for Java package. Properties: attributeListFile, attributePrefix, author, creationTime, encoding, exportAttributes, and 7 more.

Properties

NameTypeAccessDescription
fileNoteStringReadFile note in the file header.
authorStringReadAuthor information, default value is ‘3d@aspose’.
creationTimeStringReadThe timestamp that exported this file, default value is current time.
attributePrefixStringReadGets the prefix of which attributes that will be exported, the exported property will contains no prefix, custom properties with different prefix will not be exported, default value is ‘rvm:’.
attributeListFileStringReadGets the file name of attribute list file, exporter will generate a name based on the .rvm file name when this property is undefined, default value is null.
exportAttributesbooleanReadGets whether to export the attribute list to an external .att file, default value is false.
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
RvmSaveOptions()Constructor of RvmSaveOptions.
RvmSaveOptions(contentType: FileContentType)Constructor of RvmSaveOptions.
getFileNote()StringFile note in the file header.
setFileNote(value: String)File note in the file header.
getAuthor()StringAuthor information, default value is ‘3d@aspose’.
setAuthor(value: String)Author information, default value is ‘3d@aspose’.
getCreationTime()StringThe timestamp that exported this file, default value is current time.
setCreationTime(value: String)The timestamp that exported this file, default value is current time.
getAttributePrefix()StringGets the prefix of which attributes that will be exported, the exported property will contains no prefix, custom properties with different prefix will not be exported, default value is ‘rvm:’.
setAttributePrefix(value: String)Sets the prefix of which attributes that will be exported, the exported property will contains no prefix, custom properties with different prefix will not be exported, default value is ‘rvm:’.
getAttributeListFile()StringGets the file name of attribute list file, exporter will generate a name based on the .rvm file name when this property is undefined, default value is null.
setAttributeListFile(value: String)Sets the file name of attribute list file, exporter will generate a name based on the .rvm file name when this property is undefined, default value is null.
getExportAttributes()booleanGets whether to export the attribute list to an external .att file, default value is false.
setExportAttributes(value: boolean)Sets whether to export the attribute list to an external .att file, default value is false.
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