Skip to content

Commit

Permalink
Minor updates in splitting docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Onur R. Bingol committed Feb 12, 2018
1 parent cf11d84 commit 6180e1e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/visualization_splitting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ module.
.. image:: images/split_decompose_circle1.png
:alt: 2D curve decomposition 1

The following is a circle-like shape generated with 7 control points as illustrated on page 301 of *The NURBS Book*
The following is a circular curve generated with 7 control points as illustrated on page 301 of *The NURBS Book*
(2nd Edition) by Piegl and Tiller. There is also an option to generate this shape via ``geomdl.shapes`` module.

.. image:: images/split_decompose_circle2.png
Expand All @@ -64,4 +64,7 @@ The following figures illustrate the possibility of Bézier decomposition in B-S
.. image:: images/split_decompose_surface2.png
:alt: NURBS surface decomposition

The colors are randomly generated via :py:func:`utilities.color_generator()` function.


.. _Examples: https://github.com/orbingol/NURBS-Python_Examples

0 comments on commit 6180e1e

Please sign in to comment.