I’m starting a project that aims to read coordinates of Autocad. The idea is to create Revit elements automatically (Floor, beams, walls, etc) . Development this project with Dynamo is possible ?. Maybe have to develop it in VB .Net. Please your recommendation.
In short yes and no. I don’t think it can directly interact with a .dwg filetype but you can work with exploded imports or with a bit of scripting, Excel exports from AutoCad.
In a recent similar situation I needed to generate basic existing plans for a project. It was an extremely simply layout and approach but it worked great and saved me some time.
Note that if your looking to generate a Revit model from a 3d wireframe the approach will be different as the import/explode will flatten in Revit.
The following is the procedure and definition I used:
A couple of other tips for generating large quantities of native Revit elements with Dynamo:
Include a node to disable the analytical model. If there are tens of thousands of framing elements that can slow down performance.
Also include some nodes to map to the appropriate structural usage if you are using that to drive graphic styles (beams, braces, girders, joists) etc
FWIW I also used this same process for vector based pdf imports into Revit. Basically some cases I have access to the pdf files but not .dwg content. Using bluebeam and powerpoint to extract the vector data you can end up with a .dwg file and continue with the steps above. That workflow is: