RvmLoadOptions

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

NameTypeAccessDescription
cylinderRadialSegmentsintReadGets the number of cylinder’s radial segments, default value is 16.
dishLongitudeSegmentsintReadGets the number of dish’s longitude segments, default value is 12.
dishLatitudeSegmentsintReadGets the number of dish’s latitude segments, default value is 8.
torusTubularSegmentsintReadGets the number of torus’s tubular segments, default value is 20.
rectangularTorusSegmentsintReadGets the number of rectangular torus’s radial segments, default value is 20.
centerScenebooleanReadCenter the scene after it’s loaded.
attributePrefixStringReadGets the prefix of the attributes that were defined in external attribute files.
lookupAttributesbooleanReadGets whether to load attributes from external attribute list file.
generateMaterialsbooleanReadGenerate materials with random colors for each objects in the scene.
fileFormatFileFormatReadGets the file format.
nameStringReadGets the name.
propertiesPropertyCollectionReadGets the properties.

Methods

SignatureDescription
RvmLoadOptions()Construct a RvmLoadOptions instance.
RvmLoadOptions(contentType: FileContentType)Construct a RvmLoadOptions instance.
getCylinderRadialSegments()intGets 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()intGets 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()intGets 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()intGets 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()intGets 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()booleanCenter the scene after it’s loaded.
setCenterScene(value: boolean)Center the scene after it’s loaded.
getAttributePrefix()StringGets 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()booleanGets whether to load attributes from external attribute list file.
setLookupAttributes(value: boolean)Sets whether to load attributes from external attribute list file.
getGenerateMaterials()booleanGenerate 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()FileFormatConstructor of Discreet3dsLoadOptions.
A3DObject()Parameterized Cylinder. It can also be used to represent a cone when one of radiusTop/radiusBottom is zero.
getName()StringThe segments of the curve.
setName(name: String)Constructs a CircleShape profile with specified radius.
getProperties()PropertyCollectionInitializes a new instance of Cylinder class.
findProperty(name: String)PropertyInitializes a new instance of the Bone class.
getProperty(name: String)ObjectGets the transform matrix of the node in current pose.
setProperty(name: String, value: Object)Gets the width segments.
removeProperty(name: String)booleanGets flip coordinate system of control points/normal during importing/exporting.

See Also

 English