RvmLoadOptions

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

NameTypeAccessDescription
GenerateMaterialsboolRead/WriteGenerate materials with random colors for each objects in the scene if color table is not exported within the RVM file.
CylinderRadialSegmentsintRead/WriteGets or sets the number of cylinder’s radial segments, default value is 16
DishLongitudeSegmentsintRead/WriteGets or sets the number of dish’ longitude segments, default value is 12
DishLatitudeSegmentsintRead/WriteGets or sets the number of dish’ latitude segments, default value is 8
TorusTubularSegmentsintRead/WriteGets or sets the number of torus’ tubular segments, default value is 20
RectangularTorusSegmentsintRead/WriteGets or sets the number of rectangular torus’ radial segments, default value is 20
CenterSceneboolRead/WriteCenter the scene after it’s loaded.
AttributePrefixstringRead/WriteGets 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:”
LookupAttributesboolRead/WriteGets or sets whether to load attributes from external attribute list file(.att/.attrib/.txt), default value is true.
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
RvmLoadOptions(contentType: FileContentType)Construct a instance
RvmLoadOptions()Construct a instance

See Also

 English