Assembly: Enable the use of App::Datums

This commit is contained in:
PaddleStroke
2024-10-15 18:37:34 +02:00
parent 9bfb0e3a5d
commit 1806857c42
7 changed files with 95 additions and 144 deletions

View File

@@ -233,12 +233,6 @@ bool ViewProviderAssembly::setEdit(int mode)
PARTKEY,
this->getObject()->getNameInDocument());
// When we set edit, we update the grounded joints placements to support :
// - If user transformed the grounded object
// - For nested assemblies where the grounded object moves around.
auto* assembly = getObject<AssemblyObject>();
assembly->updateGroundedJointsPlacements();
setDragger();
attachSelection();