How to Extract Wall Data from Linked DWG Files and Create Walls Using Dynamo

After linking the DWG file into Revit, I don’t know how to extract wall data from the drawings in Dynamo, and I’m unsure how to create walls using Dynamo.

You’ll need BimorphNodes for this workflow.

Specifically, you need to add this node between ‘select model element’ and ‘wall.By…’

Also a lot of people use a LISP in the dwg to get the wall centrelines, something like the below:

Solved: CenterLine LISP - Autodesk Community