CivilConnection nodes in Python Script

Hi!
I am looking for a method to use CivilConnection features in my Python Script. I suppose this will be possible with importing the appropriate clr, such as “RevitNodes”.%D0%A1%D0%BD%D0%B8%D0%BC%D0%BE%D0%BA
I am tried to find this information in CivilConnection GitHab page but with no result.

@BaranovK you are correct, just use
clr.AddReference(“AutodeskXXXX”)
from CivilConnection import *

where XXXX is the year of the release you are using.

3 Likes

Thank you Paolo!
You rescued me again)