Move splitSubName from AssemblyObject to Base::Tools

This commit is contained in:
Bas Ruigrok
2024-08-28 19:17:54 +02:00
parent 7ed1e9380a
commit 5ed26f56f1
5 changed files with 29 additions and 26 deletions

View File

@@ -280,7 +280,6 @@ public:
const char* propName);
static std::vector<std::string> getSubAsList(App::PropertyXLinkSub* prop);
static std::vector<std::string> getSubAsList(App::DocumentObject* joint, const char* propName);
static std::vector<std::string> splitSubName(const std::string& subName);
static Base::Placement getPlacementFromProp(App::DocumentObject* obj, const char* propName);
static Base::Placement getGlobalPlacement(App::DocumentObject* targetObj,