Home Forums Nazca Clothoid/Euler bend Reply To: Clothoid/Euler bend

#5246
Ronald
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