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
| Name | Type | Access | Description |
|---|---|---|---|
FileNote | string | Read/Write | File note in the file header. |
Author | string | Read/Write | Author information, default value is ‘3d@aspose’ |
CreationTime | string | Read/Write | The timestamp that exported this file, default value is current time |
AttributePrefix | string | Read/Write | Gets 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:’. |
AttributeListFile | string | Read/Write | Gets 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. |
ExportAttributes | bool | Read/Write | Gets or sets whether to export the attribute list to an external .att file, default value is false. |
ExportTextures | bool | Read/Write | Try to copy textures used in scene to output directory. |
FileSystemFactory | FileSystemFactory | Read/Write | Gets or sets the factory class for FileSystem. |
FileFormat | FileFormat | Read | Gets the file format that specified in current Save/Load option. |
Encoding | Encoding | Read/Write | Gets or sets the default encoding for text-based files. |
FileSystem | FileSystem | Read/Write | Allow user to handle how to manage the external dependencies during load/save. |
LookupPaths | List<string> | Read/Write | Some files like OBJ depends on external file, the lookup paths will allows Aspose.3D to look for external file to load. |
FileName | string | Read/Write | The file name of the exporting/importing scene. |
Methods
| Signature | Description |
|---|---|
RvmSaveOptions() | Constructor of |
RvmSaveOptions(contentType: FileContentType) | Constructor of |
SaveOptions() | Initializes a new instance of the SaveOptions class. |