Remove ShapeBinder2D

As profile based features can work with faces and wires now ShapeBinder can do everything that needed ShapeBinder2D before.
This commit is contained in:
Stefan Tröger
2016-04-12 18:12:23 +02:00
parent 2b0e6883c3
commit e7d8a1a9a4
7 changed files with 14 additions and 85 deletions
-1
View File
@@ -111,7 +111,6 @@ PyMODINIT_FUNC init_PartDesign()
PartDesign::AdditiveLoft ::init();
PartDesign::SubtractiveLoft ::init();
PartDesign::ShapeBinder ::init();
PartDesign::ShapeBinder2D ::init();
PartDesign::Plane ::init();
PartDesign::Line ::init();
PartDesign::Point ::init();