Accessing Civil 3D Toolkit Nodes Within Python Script

Is there a way to access Civil 3D Toolkit Nodes within a Python Script node? Similar to accessing nodes in this example: Can I call dynamo nodes in my custom Python Node? - #2 by salvatoredragotta
is there a way to access the nodes of the Civil 3D Toolkit? I imagine I would need to say something like:

clr.AddReference(‘Civil3D_Something_Or_Other’)

3 Likes

Thanks, I searched everywhere, but I must have not used the right keywords. I try not to create a new topic unless I feel like I am providing a unique question.

All good! I only found it because I remembered it from awhile ago. Maybe this post will be more visible.