0001290: Add spiral tool in Part Module

This commit is contained in:
wmayer
2013-10-30 14:48:42 +01:00
parent ef7418b642
commit 9e3a8e0f7c
10 changed files with 513 additions and 90 deletions

View File

@@ -197,6 +197,7 @@ void PartExport initPart()
Part::Cone ::init();
Part::Torus ::init();
Part::Helix ::init();
Part::Spiral ::init();
Part::Wedge ::init();
Part::Part2DObject ::init();
Part::Part2DObjectPython ::init();