0001239: Part --> Geometric Primitives --> Regular Prism

This commit is contained in:
wmayer
2013-09-21 14:20:04 +02:00
parent fd7ddb32d0
commit 0d25b68ce3
9 changed files with 326 additions and 6 deletions

View File

@@ -191,6 +191,7 @@ void PartExport initPart()
Part::Plane ::init();
Part::Sphere ::init();
Part::Cylinder ::init();
Part::Prism ::init();
Part::Cone ::init();
Part::Torus ::init();
Part::Helix ::init();