Hi guys!
I have a question about the CivilConnection.
Is it possible to reproduce this Civil3D Toolkit Node in Python through CivilConnection in Dynamo for Revit?
“Get Slope at Station”
I know its possible to use the CivilConnection inside Python with:
clr.AddReference(“AutodeskXXXX”)
from CivilConnection import *
But will it be possible to also get data like the cross slope from that?
Thank you in advance for your help!