Revit Document types for dummies

Hi @haganjake2,

The Dynamo Revit.Application.Document is the Dynamo conversion of a Revit API document.
The Autodesk.Revit.DB.Document is the Revit API object.
Use the Rhythm Documents.DynamoDocumentToDbDocument node to perform the required “conversion” between these two document types.

DynamoDocumentToDbDocument

4 Likes