Skip to content

Commit 350eee5

Browse files
committed
Update documentation after adding order property
1 parent 3e20687 commit 350eee5

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

nurbs/Curve.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ class Curve(object):
1919
2020
:class:`.Curve` class implements Python properties using the ``@property`` decorator. The following properties are present in this class:
2121
22+
* order
2223
* degree
2324
* knotvector
2425
* delta

nurbs/Surface.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ class Surface(object):
1919
2020
:class:`.Surface` class implements Python properties using the ``@property`` decorator. The following properties are present in this class:
2121
22+
* order_u
23+
* order_v
2224
* degree_u
2325
* degree_v
2426
* knotvector_u

0 commit comments

Comments
 (0)