From 350eee5aee69899473ae9463d5777c341d7ae395 Mon Sep 17 00:00:00 2001 From: "Onur R. Bingol" Date: Mon, 4 Sep 2017 20:17:47 -0500 Subject: [PATCH] Update documentation after adding order property --- nurbs/Curve.py | 1 + nurbs/Surface.py | 2 ++ 2 files changed, 3 insertions(+) diff --git a/nurbs/Curve.py b/nurbs/Curve.py index 5c8b2389..1a6fa347 100644 --- a/nurbs/Curve.py +++ b/nurbs/Curve.py @@ -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 diff --git a/nurbs/Surface.py b/nurbs/Surface.py index 485b2b78..1f6415b1 100644 --- a/nurbs/Surface.py +++ b/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 * knotvector_u