orbingol / NURBS-Python

Object-oriented pure Python B-Spline and NURBS library
https://onurraufbingol.com/NURBS-Python/
MIT License
603 stars 153 forks source link

how to get the coordinates according to certain x values? #137

Open Beaver12LY opened 2 years ago

Beaver12LY commented 2 years ago

It seems its only possible to get the information of points based on parametric value.....But I'd like to know how to get that using spatial locations.

dg-w36 commented 2 years ago

I have the same question and I want to make uniform sampling and the (x,y) coordinate. Does someone have some good idea or documentation?