patch from Paul Rotering (pryon)

[#7124] knot vector access for SurfNurb
This commit is contained in:
Campbell Barton
2008-03-18 13:42:38 +00:00
parent 65b0e6245d
commit b10726a2ad
2 changed files with 68 additions and 1 deletions

View File

@@ -694,6 +694,10 @@ class SurfNurb:
@ivar orderV: The order setting for the V direction. Values are clamped
to the range [2:6] and not greater than the V dimension.
@type orderV: int
@ivar knotsU: The The knot vector in the U direction
@type knotsU: tuple
@ivar knotsV: The The knot vector in the V direction
@type knotsV: tuple
"""
def __setitem__( n, point ):