Part: add Offset2D feature

derived from Part::Offset, to re-use task dialog easily
This commit is contained in:
DeepSOIC
2016-09-02 00:50:48 +03:00
committed by wmayer
parent 1f6174e3f2
commit e3ca28baa8
6 changed files with 84 additions and 0 deletions

View File

@@ -581,6 +581,11 @@ bool ViewProviderOffset::onDelete(const std::vector<std::string> &)
return true;
}
// ---------------------------------------
PROPERTY_SOURCE(PartGui::ViewProviderOffset2D, PartGui::ViewProviderOffset)
// ---------------------------------------
PROPERTY_SOURCE(PartGui::ViewProviderThickness, PartGui::ViewProviderPart)