Skip to content

Commit

Permalink
Update documentation after adding order property
Browse files Browse the repository at this point in the history
  • Loading branch information
Onur R. Bingol committed Sep 5, 2017
1 parent 3e20687 commit 350eee5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions nurbs/Curve.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ class Curve(object):
:class:`.Curve` class implements Python properties using the ``@property`` decorator. The following properties are present in this class:
* order
* degree
* knotvector
* delta
Expand Down
2 changes: 2 additions & 0 deletions nurbs/Surface.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ class Surface(object):
:class:`.Surface` class implements Python properties using the ``@property`` decorator. The following properties are present in this class:
* order_u
* order_v
* degree_u
* degree_v
* knotvector_u
Expand Down

0 comments on commit 350eee5

Please sign in to comment.