RvmLoadOptions class
RvmLoadOptions class
Load options for AVEVA Plant Design Management System’s RVM file.
Inheritance: RvmLoadOptions →
LoadOptions →
IOConfig
The RvmLoadOptions type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
__init__(self, content_type) | Construct a RvmLoadOptions instance |
__init__(self) | Construct a RvmLoadOptions instance |
Properties
| Property | Description |
|---|---|
| file_format | Gets the file format that specified in current Save/Load option. |
| encoding | Gets or sets the default encoding for text-based files. Default value is null which means the importer/exporter will decide which encoding to use. |
| file_system | Allow user to handle how to manage the external dependencies during load/save. |
| lookup_paths | Some files like OBJ depends on external file, the lookup paths will allows Aspose.3D to look for external file to load. |
| file_name | The file name of the exporting/importing scene. This is optional, but useful when serialize external assets like OBJ’s material. |
| generate_materials | Generate materials with random colors for each objects in the scene if color table is not exported within the RVM file. Default value is true |
| cylinder_radial_segments | Gets or sets the number of cylinder’s radial segments, default value is 16 |
| dish_longitude_segments | Gets or sets the number of dish’ longitude segments, default value is 12 |
| dish_latitude_segments | Gets or sets the number of dish’ latitude segments, default value is 8 |
| torus_tubular_segments | Gets or sets the number of torus’ tubular segments, default value is 20 |
| rectangular_torus_segments | Gets or sets the number of rectangular torus’ radial segments, default value is 20 |
| center_scene | Center the scene after it’s loaded. |
| attribute_prefix | 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:” |
| lookup_attributes | Gets or sets whether to load attributes from external attribute list file(.att/.attrib/.txt), default value is true. |
See Also
- module
aspose.threed.formats - class
IOConfig - class
LoadOptions - class
RvmLoadOptions