Importing RVM Files
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 To learn more about the RVM format, please read this article!
How To
To start importing a RVM assembly in Pixyz, simply use the RAW import
pxz.io.importScene("C://myRVMfile.rvm", 0)`
Or consider using the Pixyz Guided Import process:
pxz.process.guidedImport("C://myRVMfile.rvm", pxz.process.CoordinateSystemOptions(["automaticOrientation",0], ["automaticScale",0], False, False), ["usePreset",2], pxz.process.ImportOptions(False, True, True), False, False, False, False, False, False)`
To import metadata from *.att files, the *.rvm and *.att files must share the same name and be located in the same folder.
General information on RVM
An *.rvm file can contain both tessellated geometries (meshes) and BREP geometries (CAD surfaces). BREP geometries need to be tessellated by using the Tessellate function. Consider using the Repair CAD function first might be required in order to obtain properly connected meshes.