We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e20687 commit 350eee5Copy full SHA for 350eee5
nurbs/Curve.py
@@ -19,6 +19,7 @@ class Curve(object):
19
20
:class:`.Curve` class implements Python properties using the ``@property`` decorator. The following properties are present in this class:
21
22
+ * order
23
* degree
24
* knotvector
25
* delta
nurbs/Surface.py
@@ -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
26
* knotvector_u
0 commit comments