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

.. include:: ../defines.inc
.. include:: ../links.inc

.. _sec:ref-marks:

:mod:`marks` --- OpenGL marks for annotating 3D actors.
=======================================================

.. automodule:: marks
   :synopsis: OpenGL marks for annotating 3D actors.



   .. autoclass:: Mark


      Mark objects have the following methods:


   .. autoclass:: AxesMark


      AxesMark objects have the following methods:

      .. automethod:: drawGL(mode='wireframe',color=None)

   .. autoclass:: TextMark


      TextMark objects have the following methods:

      .. automethod:: drawGL(mode=None,color=None)
      .. automethod:: use_list()

   .. autoclass:: MarkList


      MarkList objects have the following methods:

      .. automethod:: draw(mode=None,color=None)
      .. automethod:: drawpick()

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

.. End

