Good day!
It is possible to implement functionality “create a table object in AutoCAD” and insertion into the bottom of the data?
This is very necessary for all users!
Raja
January 30, 2020, 9:15am
2
@durasovartyom
I have never tried using Dynamo Sandbox with Autocad. But this link -
https://forums.autodesk.com/t5/net/integrate-dynamo-with-autocad/td-p/6674248 could be a good start for testing it out.
1 Like
Hey,
There are a couple of packages which integrate Dynamo with AutoCAD. As far as I’m aware, they bring AutoCAD into Revit, but you should be able to utilise their methods to generate geometry in AutoCAD. If you look at LinkDWG you’ll see that it often background opens AutoCAD and runs Commands and LISP.
Here is an example of me writing my own code, LinkDWG have since added this functionality to their package…
So I got there eventually, the code is butt ugly, it would be great if anyone could help tidy it…
Cheers,
Mark
#LinkDWG Core DYF by Koz Jono YEOH
#kozmosovia@hotmail.com
#Copyright(C) 1994-2018 KozMos Inc.
#Copyright(C) 2011-2018 Neila Heaven Networks
#Cioyright(c) 2017-2018 Tachyon Intelligent Design Institute
import clr
clr.AddReference("RevitAPI")
import Autodesk
from Autodesk.Revit.DB import *
clr.AddReference("RevitServices")
import RevitServices
from RevitServices.Persistence import D…
Hope that’s useful,
Mark
1 Like
Check out this AU class. The presenter has published custom nodes and shared his source code for creating AutoCAD tables in Dynamo on github.
Railway projects have a lot of regulations, diverse technical fields, and project members coming from many different backgrounds. These factors and many more all come together during the design process and need to be managed to make the project a...
2 Likes
See Civil 3D Toolkit v1.1.10
1 Like
I am getting credit for the solution here, but the credit should go to @Paolo_Emilio_Serra1 for his work on the Toolkit.
For other users reading this post, go to this thread to get the latest updates for the Toolkit.
Safi and I released the Civil 3D Toolkit for Dynamo for Civil 3D on November the 20th 2019.
If you are testing the Dynamo Beta 2 you need to download the 1.0.1 version (the latest).
The intention for this thread is to collect feedbacks from the users and eventually add new functionalities if there is a business / use case we can support with the current APIs.
The more feedback we have the more chances we have to migrate the types and functionalities in Dynamo for Civil 3D.
We realize there i…