RvmLoadOptions
Overview
RvmLoadOptions is a class in Aspose.3D FOSS for Java.
Inherits from: LoadOptions.
Load options for AVEVA Plant Design Management System’s RVM file.
This class provides 33 methods for working with RvmLoadOptions objects in Java programs.
Available methods include: LoadOptions, RvmLoadOptions, getAttributePrefix, getCenterScene, getCylinderRadialSegments, getDishLatitudeSegments, getDishLongitudeSegments, getEncoding, getFileFormat, getFileName, getFileSystem, getFileSystemFactory, and 19 additional methods.
All public members are accessible to any Java application after installing the Aspose.3D FOSS for Java package.
Properties: attributePrefix, centerScene, cylinderRadialSegments, dishLatitudeSegments, dishLongitudeSegments, encoding, and 9 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
cylinderRadialSegments | int | Read | Gets the number of cylinder’s radial segments, default value is 16. |
dishLongitudeSegments | int | Read | Gets the number of dish’s longitude segments, default value is 12. |
dishLatitudeSegments | int | Read | Gets the number of dish’s latitude segments, default value is 8. |
torusTubularSegments | int | Read | Gets the number of torus’s tubular segments, default value is 20. |
rectangularTorusSegments | int | Read | Gets the number of rectangular torus’s radial segments, default value is 20. |
centerScene | boolean | Read | Center the scene after it’s loaded. |
attributePrefix | String | Read | Gets the prefix of the attributes that were defined in external attribute files. |
lookupAttributes | boolean | Read | Gets whether to load attributes from external attribute list file. |
generateMaterials | boolean | Read | Generate materials with random colors for each objects in the scene. |
fileFormat | FileFormat | Read | Gets the file format. |
fileSystemFactory | FileSystemFactory | Read | Gets the factory class for FileSystem. |
encoding | java.nio.charset.Charset | Read | Gets the default encoding for text-based files. |
fileSystem | FileSystem | Read | Allow user to handle how to manage the external dependencies during load/save. |
lookupPaths | java.util.ArrayList<String> | Read | 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 | The file name of the exporting/importing scene. |
Methods
| Signature | Description |
|---|---|
RvmLoadOptions() | Construct a RvmLoadOptions instance. |
RvmLoadOptions(contentType: FileContentType) | Construct a RvmLoadOptions instance. |
getCylinderRadialSegments() → int | Gets the number of cylinder’s radial segments, default value is 16. |
setCylinderRadialSegments(value: int) | Sets the number of cylinder’s radial segments, default value is 16. |
getDishLongitudeSegments() → int | Gets the number of dish’s longitude segments, default value is 12. |
setDishLongitudeSegments(value: int) | Sets the number of dish’s longitude segments, default value is 12. |
getDishLatitudeSegments() → int | Gets the number of dish’s latitude segments, default value is 8. |
setDishLatitudeSegments(value: int) | Sets the number of dish’s latitude segments, default value is 8. |
getTorusTubularSegments() → int | Gets the number of torus’s tubular segments, default value is 20. |
setTorusTubularSegments(value: int) | Sets the number of torus’s tubular segments, default value is 20. |
getRectangularTorusSegments() → int | Gets the number of rectangular torus’s radial segments, default value is 20. |
setRectangularTorusSegments(value: int) | Sets the number of rectangular torus’s radial segments, default value is 20. |
getCenterScene() → boolean | Center the scene after it’s loaded. |
setCenterScene(value: boolean) | Center the scene after it’s loaded. |
getAttributePrefix() → String | Gets the prefix of the attributes that were defined in external attribute files. |
setAttributePrefix(value: String) | Sets the prefix of the attributes that were defined in external attribute files. |
getLookupAttributes() → boolean | Gets whether to load attributes from external attribute list file. |
setLookupAttributes(value: boolean) | Sets whether to load attributes from external attribute list file. |
getGenerateMaterials() → boolean | Generate materials with random colors for each objects in the scene. |
setGenerateMaterials(value: boolean) | Generate materials with random colors for each objects in the scene. |
LoadOptions() | Initializes a new instance of the LoadOptions class. |
LoadOptions(format: FileFormat) | Initializes a new instance of the LoadOptions class with a file format. |
getFileFormat() → FileFormat | Returns the file format. |
getFileSystemFactory() → FileSystemFactory | Gets the factory class for FileSystem. |
setFileSystemFactory(value: FileSystemFactory) | Sets the factory class for FileSystem. |
getEncoding() → java.nio.charset.Charset | Gets the default encoding for text-based files. |
setEncoding(value: java.nio.charset.Charset) | Sets the default encoding for text-based files. |
getFileSystem() → FileSystem | Allow user to handle how to manage the external dependencies during load/save. |
setFileSystem(value: FileSystem) | Allow user to handle how to manage the external dependencies during load/save. |
getLookupPaths() → java.util.ArrayList<String> | Some files like OBJ depends on external file, the lookup paths will allows Aspose.3D to look for external file to load. |
setLookupPaths(value: java.util.ArrayList<String>) | Some files like OBJ depends on external file, the lookup paths will allows Aspose.3D to look for external file to load. |
getFileName() → String | The file name of the exporting/importing scene. |
setFileName(value: String) | The file name of the exporting/importing scene. |