Hi all,
I never needed to retrieve points until now. And what a surprise! Dynamo cannot retrieve Point objects from Civil 3D. Or at least, I can not.
Is there any way to do this?
Thanks a lot in advance! =)
Hi all,
I never needed to retrieve points until now. And what a surprise! Dynamo cannot retrieve Point objects from Civil 3D. Or at least, I can not.
Is there any way to do this?
Thanks a lot in advance! =)
I think he is talking about autocad points and not cogo points. As a workaround you could use the objectextensions.getparameters to extract the position and use that position to draw the points on the dynamo space
Right, thanks a lot! =D
There are also DBPoints in the Civil 3D Toolkit you can leverage.