Home › Forums › Nazca › Clothoid/Euler bend › Reply To: Clothoid/Euler bend
1 November 2018 at 12:22
#5246
Keymaster
Dear Eric,
There is the pcurve in the interconnects, which is a specific type of parametric curve. The methodology used for the pcurve can be extended to other kinds of parametric curves. It could use a tutorial in the near future on how to do that.
import nazca as nd
nd.pcurve().put()
nd.export_plt()
Ronald