Revit Reader

The Revit Reader provides access to visualization data stored within a particular Revit file. A file does not need to have a particular extension to be read correctly by HOOPS Exchange however the file extension of Revit files that you can expect to be loaded by HOOPS Exchange is:

  • .RVT

  • .RFA

Our readers are updated to the latest released version within 90 days of the release of the authoring software. You can see the exact version supported in the current release here.

Assembly

RFA files (i.e., Revit families such as Doors and Windows) are supported. They are instantiated through Exchange’s prototype mechanism.

B-Rep

HOOPS Exchange currently does not support B-rep.

Visualization

The triangle information is parsed and provided via HOOPS Exchange.

Views

Revit views are supported.

However, Exchange does not support all the features available in Revit.

Supported

  • Visibility

  • Camera

Unsupported

  • LOD (Level-of-Detail)

  • Rendering Mode

  • Visibility Style

  • Section Box

Markup

Markups aren’t currently supported by the HOOPS Exchange Revit reader.

Textures and Materials

HOOPS Exchange supports textures with Revit. Also, colors on wires, faces, and tessellation are supported.

Generally, Revit files reference textures which are part of a Revit installation. This installation path is automatically added by Exchange _only_ if at least one custom path is provided into the texture search directories attribute of the read parameters (A3DRWParamsGeneralData.m_ppcSearchTextureDirectories). This means that if you want HOOPS textures from the default installation path, you must add at least on value to m_ppcSearchTextureDirectories, even an invalid path such as en empty string.

Metadata

HOOPS Exchange reads Revit metadata (properties) with their units.

Restrictions

Revit is only available on 64-bit Windows and 64-bit Linux.

Geometry Representation

In Exchange, geometry is always represented as solid. In Revit, geometry may have different representations (e.g., pipes can be wireframe or solid), and this setting can be changed in Views. Exchange does not support this concept.

Files with imported DWG parts are supported, but the visibility by default and per view will always be set to visible, even if visibility is set to another value in the original file.