nurbspy.nurbs_surface_coons module#
- class nurbspy.nurbs_surface_coons.NurbsSurfaceCoons(C_south, C_north, C_west, C_east)[source]#
Bases:
objectCreate the NURBS Coons surface comprised within boundaries C_south(u), C_north(u), C_west(v), and C_east(v)
- Parameters:
- C_south, C_north, C_west, C_east: NURBS curve objects
See NurbsSurface class documentation
Methods
Make a NURBS surface representation of the Coons surface
References
The NURBS book. Chapter X.Y L. Piegl and W. Tiller Springer, second edition