RvmFormat
Overview
RvmFormat is a class in Aspose.3D FOSS for .NET.
Inherits from: FileFormat.
The RVM Format
This class provides 7 methods for working with RvmFormat objects in .NET programs.
Available methods include: CreateLoadOptions, CreateSaveOptions, Detect, GetFormatByExtension, LoadAttributes, 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 53 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Formats | IList<FileFormat> | Read | Access to all supported formats |
Version | Version | Read | Gets file format version |
CanExport | bool | Read | Gets whether Aspose.3D supports export scene to current file format. |
CanImport | bool | Read | Gets whether Aspose.3D supports import scene from current file format. |
Extension | string | Read | Gets the extension name of this type. |
Extensions | string[] | Read | Gets the extension names of this type. |
ContentType | FileContentType | Read | Gets file format content type |
FileFormatType | FileFormatType | Read | Gets file format type |
FBX6100ASCII | FileFormat | Read | Gets the fbx6100 ascii. |
FBX6100Binary | FileFormat | Read | Gets the fbx6100 binary. |
FBX7200ASCII | FileFormat | Read | Gets the fbx7200 ascii. |
FBX7200Binary | FileFormat | Read | Gets the fbx7200 binary. |
FBX7300ASCII | FileFormat | Read | Gets the fbx7300 ascii. |
FBX7300Binary | FileFormat | Read | Gets the fbx7300 binary. |
FBX7400ASCII | FileFormat | Read | Gets the fbx7400 ascii. |
FBX7400Binary | FileFormat | Read | Gets the fbx7400 binary. |
FBX7500ASCII | FileFormat | Read | Gets the fbx7500 ascii. |
FBX7500Binary | FileFormat | Read | Gets the fbx7500 binary. |
FBX7600ASCII | FileFormat | Read | Gets the fbx7600 ascii. |
FBX7600Binary | FileFormat | Read | Gets the fbx7600 binary. |
FBX7700ASCII | FileFormat | Read | Gets the fbx7700 ascii. |
FBX7700Binary | FileFormat | Read | Gets the fbx7700 binary. |
MayaASCII | FileFormat | Read | Gets the maya ascii. |
MayaBinary | FileFormat | Read | Gets the maya binary. |
STLBinary | FileFormat | Read | Gets the stl binary. |
STLASCII | FileFormat | Read | Gets the stlascii. |
WavefrontOBJ | FileFormat | Read | Gets the wavefront obj. |
Discreet3DS | FileFormat | Read | Gets the discreet3 ds. |
Collada | FileFormat | Read | Gets the collada. |
Universal3D | FileFormat | Read | Gets the universal3 d. |
GLTF | FileFormat | Read | Gets the gltf. |
GLTF2 | FileFormat | Read | Gets the gltf2. |
GLTF_Binary | FileFormat | Read | Gets the gltf binary. |
GLTF2_Binary | FileFormat | Read | Gets the gltf2 binary. |
PDF | Formats.PdfFormat | Read | Gets the pdf. |
PLY | Formats.PlyFormat | Read | Gets the ply. |
Microsoft3MF | Formats.Microsoft3MFFormat | Read | Gets the microsoft3 mf. |
Draco | Formats.DracoFormat | Read | Gets the draco. |
RvmText | Formats.RvmFormat | Read | Gets the rvm text. |
RvmBinary | Formats.RvmFormat | Read | Gets the rvm binary. |
Blender | FileFormat | Read | Gets the blender. |
DXF | FileFormat | Read | Gets the dxf. |
XBinary | FileFormat | Read | Gets the x binary. |
XText | FileFormat | Read | Gets the x text. |
ASE | FileFormat | Read | Gets the ase. |
IFC | FileFormat | Read | Gets the ifc. |
SiemensJT8 | FileFormat | Read | Gets the siemens jt8. |
SiemensJT9 | FileFormat | Read | Gets the siemens jt9. |
AMF | FileFormat | Read | Gets the amf. |
VRML | FileFormat | Read | Gets the vrml. |
Aspose3DWeb | FileFormat | Read | Gets the aspose3 d web. |
HTML5 | FileFormat | Read | Gets the html5. |
Zip | FileFormat | Read | Gets the zip. |
USD | FileFormat | Read | Gets the usd. |
USDA | FileFormat | Read | Gets the usda. |
USDZ | FileFormat | Read | Gets the usdz. |
Xyz | FileFormat | Read | Gets the xyz. |
Pcd | FileFormat | Read | Gets the pcd. |
PcdBinary | FileFormat | Read | Gets the pcd binary. |
Methods
| Signature | Description |
|---|---|
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 stream |
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. Create a default load options for this file format |
CreateSaveOptions() | Not implemented in the FOSS edition — throws at runtime. Create a default save options for this file format |
ToString() | Formats to string |