Autodesk Revit Reader (Technology Preview)

Technology Preview

Note: This format is still under active development, so please expect changes to the current behavior. We do not recommend using this format in production environments.

The Autodesk Revit Reader allows FME to read Revit Project files (.rvt).

Version Support

  • The reader supports Revit versions 2015 - 2020.

Note: Reading a Revit file authored in a Revit version older than 2020 may cause a performance drop on initial read. For the best performance, consider upgrading your file to the latest Revit version.

Overview

The Revit reader produces FME features from Revit elements with feature types based on their disciplines. The Revit disciplines include:

  • Architecture
  • Structural
  • Electrical
  • Mechanical
  • Piping

Reader Overview

The value for the Reader Dataset is the path to the .rvt source data file. If the data file does not exist, or if the file is unrecognized by the reader, then the translation will fail.

Quick Facts

About Quick Facts Tables

Format Type Identifier

REVITNATIVE

Reader/Writer

Reader

Licensing Level

Professional and above

Dependencies

None

Dataset Type

File

Feature Type

RevitDiscipline.BaseCategory

Typical File Extensions

  • .rvt (Revit Project Files)
  • .rte (Revit Template Files)

Automated Translation Support

Yes

User-Defined Attributes

Yes

Coordinate System Support

Yes

Generic Color Support

Yes

Spatial Index

Never

Schema Required

Not applicable

Transaction Support

Never

Geometry Type Attribute

fme_type

Encoding Support

Yes

Geometry Support

Geometry

Supported?

aggregate

yes

circles

yes

circular arc

yes

donut polygon

yes

elliptical arc

yes

ellipses

yes

line

yes

none

yes

point

yes

polygon

yes

raster

no

solid

yes

surface

yes

text

yes

z values

yes

All Revit geometry is read as a surface with fme_type = fme_surface.

FME Community