RvmSaveOptions

RvmSaveOptions

Overview

RvmSaveOptions is a class in Aspose.3D FOSS for Java. Inherits from: SaveOptions.

Save options for Aveva PDMS RVM file.

This class provides 24 methods for working with RvmSaveOptions objects in Java programs. Available methods include: A3DObject, RvmSaveOptions, SaveOptions, findProperty, getAttributeListFile, getAttributePrefix, getAuthor, getCreationTime, getExportAttributes, getFileFormat, getFileNote, getName, and 11 additional methods. All public members are accessible to any Java application after installing the Aspose.3D FOSS for Java package. Properties: attributeListFile, attributePrefix, author, creationTime, exportAttributes, fileFormat, and 3 more.

Properties

NameTypeAccessDescription
fileNoteStringReadFile note in the file header.
authorStringReadAuthor information, default value is ‘3d@aspose’.
creationTimeStringReadThe timestamp that exported this file, default value is current time.
attributePrefixStringReadGets the prefix of which attributes that will be exported, the exported property will contains no prefix, custom properties with different prefix will not be exported, default value is ‘rvm:’.
attributeListFileStringReadGets the file name of attribute list file, exporter will generate a name based on the .rvm file name when this property is undefined, default value is null.
exportAttributesbooleanReadGets whether to export the attribute list to an external .att file, default value is false.
fileFormatFileFormatReadGets the file format.
nameStringReadGets the name.
propertiesPropertyCollectionReadGets the properties.

Methods

SignatureDescription
RvmSaveOptions()Constructor of RvmSaveOptions.
RvmSaveOptions(contentType: FileContentType)Constructor of RvmSaveOptions.
getFileNote()StringFile note in the file header.
setFileNote(value: String)File note in the file header.
getAuthor()StringAuthor information, default value is ‘3d@aspose’.
setAuthor(value: String)Author information, default value is ‘3d@aspose’.
getCreationTime()StringThe timestamp that exported this file, default value is current time.
setCreationTime(value: String)The timestamp that exported this file, default value is current time.
getAttributePrefix()StringGets the prefix of which attributes that will be exported, the exported property will contains no prefix, custom properties with different prefix will not be exported, default value is ‘rvm:’.
setAttributePrefix(value: String)Sets the prefix of which attributes that will be exported, the exported property will contains no prefix, custom properties with different prefix will not be exported, default value is ‘rvm:’.
getAttributeListFile()StringGets the file name of attribute list file, exporter will generate a name based on the .rvm file name when this property is undefined, default value is null.
setAttributeListFile(value: String)Sets the file name of attribute list file, exporter will generate a name based on the .rvm file name when this property is undefined, default value is null.
getExportAttributes()booleanGets whether to export the attribute list to an external .att file, default value is false.
setExportAttributes(value: boolean)Sets whether to export the attribute list to an external .att file, default value is false.
SaveOptions()Options for A3DW saving.
getFileFormat()FileFormatReturns the file format.
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