RvmSaveOptions

RvmSaveOptions

Overview

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

Save options for Aveva PDMS RVM file.

This class provides 3 methods for working with RvmSaveOptions objects in .NET programs. Available methods include: RvmSaveOptions, SaveOptions. All public members are accessible to any .NET application after installing the Aspose.3D FOSS for .NET package. Properties: AttributeListFile, AttributePrefix, Author, CreationTime, Encoding, ExportAttributes, and 7 more.

Properties

NameTypeAccessDescription
FileNotestringRead/WriteFile note in the file header.
AuthorstringRead/WriteAuthor information, default value is ‘3d@aspose’
CreationTimestringRead/WriteThe timestamp that exported this file, default value is current time
AttributePrefixstringRead/WriteGets or 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:’.
AttributeListFilestringRead/WriteGets or 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.
ExportAttributesboolRead/WriteGets or sets whether to export the attribute list to an external .att file, default value is false.
ExportTexturesboolRead/WriteTry to copy textures used in scene to output directory.
FileSystemFactoryFileSystemFactoryRead/WriteGets or sets the factory class for FileSystem.
FileFormatFileFormatReadGets the file format that specified in current Save/Load option.
EncodingEncodingRead/WriteGets or sets the default encoding for text-based files.
FileSystemFileSystemRead/WriteAllow user to handle how to manage the external dependencies during load/save.
LookupPathsList<string>Read/WriteSome files like OBJ depends on external file, the lookup paths will allows Aspose.3D to look for external file to load.
FileNamestringRead/WriteThe file name of the exporting/importing scene.

Methods

SignatureDescription
RvmSaveOptions()Constructor of
RvmSaveOptions(contentType: FileContentType)Constructor of
SaveOptions()Initializes a new instance of the SaveOptions class.

See Also

 English