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 30 methods for working with RvmLoadOptions objects in Java programs.
Available methods include: A3DObject, LoadOptions, RvmLoadOptions, findProperty, getAttributePrefix, getCenterScene, getCylinderRadialSegments, getDishLatitudeSegments, getDishLongitudeSegments, getFileFormat, getGenerateMaterials, getLookupAttributes, and 17 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, fileFormat, and 6 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. |
name | String | Read | Gets the name. |
properties | PropertyCollection | Read | Gets the properties. |
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() | Load options for 3DS file. |
getFileFormat() → FileFormat | Constructor of Discreet3dsLoadOptions. |
A3DObject() | Parameterized Cylinder. It can also be used to represent a cone when one of radiusTop/radiusBottom is zero. |
getName() → String | The segments of the curve. |
setName(name: String) | Constructs a CircleShape profile with specified radius. |
getProperties() → PropertyCollection | Initializes a new instance of Cylinder class. |
findProperty(name: String) → Property | Initializes a new instance of the Bone class. |
getProperty(name: String) → Object | Gets the transform matrix of the node in current pose. |
setProperty(name: String, value: Object) | Gets the width segments. |
removeProperty(name: String) → boolean | Gets flip coordinate system of control points/normal during importing/exporting. |