orbingol / NURBS-Python

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

Is there a way that I could generate volumes using control points like this? #87

Closed lambert-x closed 4 years ago

lambert-x commented 4 years ago

I create a surface with the control points I have and it is a cylinder-like surface. I actually want to generate all the integral points' coodinates inside the cylinder. And I think I could do this by firsly construct the volume of this cylinder and get its evaluate points then use an algorithm to find the points I want. I find that there is a way to generate volume using several surfaces but I have no idea how to do it in this case (the top and bottom surface of the cylinder is defined by a set of points on a same plane). Could you help me a little bit? Thanks.

image