RvmFormat

Overview

RvmFormat is a class in Aspose.3D FOSS for .NET. Inherits from: FileFormat.

The RVM Format

This class provides 8 methods for working with RvmFormat objects in .NET programs. Available methods include: CanDetect, CreateLoadOptions, CreateSaveOptions, Detect, GetFormatByExtension, LoadAttributes, RvmFormat, ToString. All public members are accessible to any .NET application after installing the Aspose.3D FOSS for .NET package. Properties: AMF, ASE, Aspose3DWeb, Blender, CanExport, CanImport, and 32 more.

Properties

NameTypeAccessDescription
FormatsIList<FileFormat>ReadGets the formats.
VersionVersionReadGets the version.
CanExportboolReadGets the can export.
CanImportboolReadGets the can import.
ExtensionstringReadGets the extension.
Extensionsstring[]ReadGets the extensions.
ContentTypeFileContentTypeReadGets the content type.
FileFormatTypeFileFormatTypeReadGets the file format type.
FBXFileFormatReadGets the fbx.
OBJFileFormatReadGets the obj.
STLFileFormatReadGets the stl.
GLTFFileFormatReadGets the gltf.
GLTF_BinaryFileFormatReadGets the gltf binary.
PDFFormats.PdfFormatReadGets the pdf.
PLYFormats.PlyFormatReadGets the ply.
Microsoft3MFFormats.Microsoft3MFFormatReadGets the microsoft3 mf.
DracoFormats.DracoFormatReadGets the draco.
RvmTextFormats.RvmFormatReadGets the rvm text.
RvmBinaryFormats.RvmFormatReadGets the rvm binary.
BlenderFileFormatReadGets the blender.
DXFFileFormatReadGets the dxf.
XBinaryFileFormatReadGets the x binary.
XTextFileFormatReadGets the x text.
ASEFileFormatReadGets the ase.
IFCFileFormatReadGets the ifc.
SiemensJT8FileFormatReadGets the siemens jt8.
SiemensJT9FileFormatReadGets the siemens jt9.
AMFFileFormatReadGets the amf.
VRMLFileFormatReadGets the vrml.
Aspose3DWebFileFormatReadGets the aspose3 d web.
HTML5FileFormatReadGets the html5.
ZipFileFormatReadGets the zip.
USDFileFormatReadGets the usd.
USDAFileFormatReadGets the usda.
USDZFileFormatReadGets the usdz.
XyzFileFormatReadGets the xyz.
PcdFileFormatReadGets the pcd.
PcdBinaryFileFormatReadGets the pcd binary.

Methods

SignatureDescription
RvmFormat()
LoadAttributes(scene: Scene, fileName: string, prefix: string)Not implemented in the FOSS edition — throws at runtime. Load the attributes from specified file name
LoadAttributes(scene: Scene, stream: Stream, prefix: string)Not implemented in the FOSS edition — throws at runtime. Load the attributes from specified file name
CanDetect(stream: Stream, fileName: string?)True if this format can handle the file
GetFormatByExtension(extensionName: string)Gets the preferred file format from the file extension name The extension name should starts with a dot(’.’).
Detect(fileName: string)Detects file format from file name, file must be readable so Aspose.3D can detect file format through file header.
CreateLoadOptions()Not implemented in the FOSS edition — throws at runtime.
CreateSaveOptions()Not implemented in the FOSS edition — throws at runtime.
ToString()Formats to string

See Also