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 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

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.
fileSystemFactoryFileSystemFactoryReadGets the factory class for FileSystem.
encodingjava.nio.charset.CharsetReadGets the default encoding for text-based files.
fileSystemFileSystemReadAllow user to handle how to manage the external dependencies during load/save.
lookupPathsjava.util.ArrayList<String>ReadSome files like OBJ depends on external file, the lookup paths will allows Aspose.3D to look for external file to load.
fileNameStringReadThe file name of the exporting/importing scene.

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()Initializes a new instance of the LoadOptions class.
LoadOptions(format: FileFormat)Initializes a new instance of the LoadOptions class with a file format.
getFileFormat()FileFormatReturns the file format.
getFileSystemFactory()FileSystemFactoryGets the factory class for FileSystem.
setFileSystemFactory(value: FileSystemFactory)Sets the factory class for FileSystem.
getEncoding()java.nio.charset.CharsetGets the default encoding for text-based files.
setEncoding(value: java.nio.charset.Charset)Sets the default encoding for text-based files.
getFileSystem()FileSystemAllow 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()StringThe file name of the exporting/importing scene.
setFileName(value: String)The file name of the exporting/importing scene.

See Also

 English