Port attachment UI to Part for general use

Furthermore change PartDesign primitives to use the new task dialog
This commit is contained in:
Stefan Tröger
2016-12-07 06:23:54 +01:00
parent bc133e4de2
commit b758df7193
11 changed files with 1329 additions and 1177 deletions

View File

@@ -59,6 +59,7 @@ AttachExtension::AttachExtension()
EXTENSION_ADD_PROPERTY_TYPE(superPlacement, (Base::Placement()), "Attachment", App::Prop_None, "Extra placement to apply in addition to attachment (in local coordinates)");
setAttacher(new AttachEngine3D);//default attacher
initExtension(AttachExtension::getExtensionClassTypeId());
}
AttachExtension::~AttachExtension()