Mesh Scripting

From FreeCAD Documentation
Revision as of 16:58, 16 September 2007 by Jriegel (talk | contribs)

Introduction

First of all you have to import the Mesh module:

import Mesh


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.