# Importing RVM Files

> Learn how to import RVM files in Pixyz, handle metadata, and optimize large 3D assets for conversion to other formats.

RVM is a 3D format broadly used to exchange data in the energy, oil, and gas industries. For example, it is used as a bridge between Aveva PDMS and Autodesk Navisworks.

RVM files are usually very large assets with hundreds of thousand parts which can be very demanding for your hardware.

RVM files imported in Pixyz can then be optimized using all available features before being converted/exported into a more commonly used format (FBX, glTF, USD…).

> **Note:**
>
> Read [this article](https://medium.com/@pixyzsoft/what-about-rvm-for-the-aec-industry-386eb817b161 "target=\"_blank\"") to learn more about the RVM format.

## How To

To import metadata from \*.att files, the \*.rvm and \*.att files must share the same name and be located in the same folder.

![rvmmetadata](/api/media?file=/asset-transformer-sdk/media/images/101/rvmmetadata.png)

## General information on RVM

An \*.rvm file can contain both tessellated geometries (meshes) and BREP geometries (CAD surfaces) (see [CAD vs Mesh](./../sdktips/3d-models)). BREP geometries need to be tessellated by using the [Tessellate](../../api/python/algo_functions#tessellate) function. Consider using the [Repair CAD](../../api/python/algo_functions#repaircad) function first might be required in order to obtain properly connected meshes.
