Identifies the MIME type of files loaded by this parser.
Filename extensions expected on loaded model files.
The loaded model file format.
Gets the schema version of the given file data.
InternalparsersA parser for each supported schema version.
IDs of supported file schema versions.
Loads file data into a SceneModel and/or a DataModel.
The parameters used for loading the file data.
Options for customizing the loading process. These are specific to the Loader subclass.
Resolves when the file data has been successfully loaded into the SceneModel and/or DataModel.
Loads an AVEVA RVM file into a SceneModel.
RVM is the binary plant-design format produced by AVEVA PDMS / E3D. It carries a tree of containers (
CNTB/CNTE) holding parametric primitives (boxes, cylinders, spheres, snouts, toruses, dishes, facet groups). This loader currently understands the RVM v2 dialect.Implementation status:
SceneObjectper CNTB..attr/.atttext-attribute files are not yet consumed; without them, object IDs come from the CNTB hierarchy.Example