Assembly: Do not attempt to drag grounded objects.

This commit is contained in:
PaddleStroke
2024-06-20 10:47:44 +02:00
committed by Chris Hennes
parent 74eb6bb156
commit 0972645fab
3 changed files with 50 additions and 36 deletions

View File

@@ -116,6 +116,7 @@ public:
}
bool canDragObjectIn3d(App::DocumentObject* obj) const;
bool getSelectedObjectsWithinAssembly(bool addPreselection = true, bool onlySolids = false);
App::DocumentObject* getObjectFromSubNames(std::vector<std::string>& subNames);
std::vector<std::string> parseSubNames(std::string& subNamesStr);