PartDesign: transfer Datums to become AttachableObjects

Crude and quick, needs cleanup.
This commit is contained in:
DeepSOIC
2015-07-04 18:17:37 +03:00
committed by Stefan Tröger
parent 40592e6055
commit 9e440b955c
12 changed files with 29 additions and 1537 deletions

View File

@@ -140,8 +140,4 @@ PyMODINIT_FUNC init_PartDesign()
PartDesign::AdditiveWedge ::init();
PartDesign::SubtractiveWedge ::init();
PartDesign::Point ::initHints();
PartDesign::Line ::initHints();
PartDesign::Plane ::initHints();
PartDesign::CoordinateSystem ::initHints();
}