RvmLoadOptions
Overview
RvmLoadOptions is a class in Aspose.3D FOSS for .NET.
Inherits from: LoadOptions.
Load options for AVEVA Plant Design Management System’s RVM file.
This class provides 2 methods for working with RvmLoadOptions objects in .NET programs.
Available methods include: RvmLoadOptions.
All public members are accessible to any .NET application after installing the Aspose.3D FOSS for .NET package.
Properties: AttributePrefix, CenterScene, CylinderRadialSegments, DishLatitudeSegments, DishLongitudeSegments, Encoding, and 9 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
GenerateMaterials | bool | Read/Write | Generate materials with random colors for each objects in the scene if color table is not exported within the RVM file. |
CylinderRadialSegments | int | Read/Write | Gets or sets the number of cylinder’s radial segments, default value is 16 |
DishLongitudeSegments | int | Read/Write | Gets or sets the number of dish’ longitude segments, default value is 12 |
DishLatitudeSegments | int | Read/Write | Gets or sets the number of dish’ latitude segments, default value is 8 |
TorusTubularSegments | int | Read/Write | Gets or sets the number of torus’ tubular segments, default value is 20 |
RectangularTorusSegments | int | Read/Write | Gets or sets the number of rectangular torus’ radial segments, default value is 20 |
CenterScene | bool | Read/Write | Center the scene after it’s loaded. |
AttributePrefix | string | Read/Write | Gets or sets the prefix of the attributes that were defined in external attribute files, The prefix are used to avoid name conflicts, default value is “rvm:” |
LookupAttributes | bool | Read/Write | Gets or sets whether to load attributes from external attribute list file(.att/.attrib/.txt), default value is true. |
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 |
|---|---|
RvmLoadOptions(contentType: FileContentType) | Construct a instance |
RvmLoadOptions() | Construct a instance |