nurbspy.nurbs_surface_coons module

nurbspy.nurbs_surface_coons module#

class nurbspy.nurbs_surface_coons.NurbsSurfaceCoons(C_south, C_north, C_west, C_east)[source]#

Bases: object

Create 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_nurbs_surface()

Make a NURBS surface representation of the Coons surface

References

The NURBS book. Chapter X.Y L. Piegl and W. Tiller Springer, second edition

make_nurbs_surface()[source]#

Make a NURBS surface representation of the Coons surface