Hi, I have problem with create spline from any Nurbscuve Ghpython to autocad.
I found some example from connect python with autocad
Addspline need input the fitpoint and StartTangent and EndTangent
https://help.autodesk.com/view/OARX/2025/ENU/?guid=GUID-EC965FD6-4807-4BE8-8CD6-D1213BFB8D64
So I’m try to use GrevillePoints() for fitpoint and Curve.TangentAtStart and Curve.TangentAtEnd
It seems like not true, not duplicate with nurbscurve from grasshopper.
Any ideas or any example code about create Spline from ghpython to autocad.