.. $Id$  -*- rst -*-
.. pyformex reference manual --- nurbs
.. CREATED WITH py2rst.py: DO NOT EDIT

.. include:: <isonum.txt>
.. include:: ../defines.inc
.. include:: ../links.inc

.. _sec:ref-nurbs:

:mod:`nurbs` --- Using NURBS in pyFormex.
=========================================

.. automodule:: nurbs
   :synopsis: Using NURBS in pyFormex.
   :members: globalInterpolationCurve,uniformParamValues,knotVector,toCoords4,pointsOnBezierCurve,deCasteljou,curveToNurbs,frenet

   ``Classes defined in module nurbs``


   .. autoclass:: NurbsCurve
      :members: bbox,pointsAt,derivatives,knotPoints,insertKnots,decompose,actor

   .. autoclass:: NurbsSurface
      :members: bbox,pointsAt,actor

   .. autoclass:: Coords4
      :members: normalize,deNormalize,toCoords,ncoords,npoints,x,y,z,w,bbox,actor

   ``Functions defined in module nurbs`` 


   
.. moduleauthor:: pyFormex project (http://pyformex.org)

.. End

