Beispiel #1
0
def about():
    draw.about("""%s

A tool for generating large 3D structures by mathematical transfomations.

Copyright 2004 Benedict Verhegghe.
Distributed under the GNU GPL.
""" % GD.Version)
Beispiel #2
0
def about():
    draw.about(GD.Version+"""
pyFormex is a python implementation of Formex algebra

http://pyformex.berlios.de

Copyright 2004 Benedict Verhegghe
Distributed under the GNU General Public License.

For help or information, mailto [email protected]
""")
Beispiel #3
0
def description():
    """Display the pyFormex description."""
    draw.about(file(GD.cfg['help/description']).read())