Hi!
What library I should import to use Geometry operation (StartPoint, PointsAtSegmentLengthFromPoint etc.) in my Civil Python script?
I tested plenty of different scripts including default Python template and Dynamo Examples, with no result.
In fact, I really got mixed up in my connection nods when I took a screenshot. But it doesn’t matter in this case.
I’m trying to port my code from Dynamo Revit to Dynamo Civil, and below my civil Python test script. And I realized that a StartPoint function work well
from Autodesk.AutoCAD.Runtime import *
from Autodesk.AutoCAD.ApplicationServices import *
from Autodesk.AutoCAD.EditorInput import *
from Autodesk.AutoCAD.DatabaseServices import *
from Autodesk.AutoCAD.Geometry import *
from Autodesk.Civil.ApplicationServices import *
from Autodesk.Civil.DatabaseServices import *