Mesh Scripting: Difference between revisions

From FreeCAD Documentation
No edit summary
 
Line 16: Line 16:
An extensive, ought hard to use, source of Mesh related scripting are the unit test scripts of the Mesh-Module.
An extensive, ought hard to use, source of Mesh related scripting are the unit test scripts of the Mesh-Module.
In this unit tests literally all methods are called and all properties/attributes are tweaked.
In this unit tests literally all methods are called and all properties/attributes are tweaked.
So if you bold enought, take a look at the
[http://free-cad.svn.sourceforge.net/viewvc/free-cad/trunk/src/Mod/Mesh/App/MeshTestsApp.py?view=markup Unit Test module].

Revision as of 16:42, 16 September 2007

Introduction

Creation and Loading

Modeling

Examining and Testing

Write your own Algorithems

Exporting

Gui related stuff

Odds and Ends

An extensive, ought hard to use, source of Mesh related scripting are the unit test scripts of the Mesh-Module. In this unit tests literally all methods are called and all properties/attributes are tweaked. So if you bold enought, take a look at the Unit Test module.