DWG Cad Block Location

Hello, I have a few Dynamo scripts that retrieve the location of CAD blocks and then place Revit families based on those locations. Can this task be accomplished using pyRevit?

yup, most dynamo scripts can be reproduced using pyrevit.

@J.Sharma

you can create mapping table (.csv) with the coordinates

and than placeing your stuff based on the .dwgs

i used mainly dynamo

Almost Forgot we can export tables from AutoCAD

can we generate the dwg in Revit using pyRevit

If you just want a button in the ribbon to execute them, you could also run your dynamo scripts via pyRevit buttons rather than reinventing the wheel.

1 Like