MCPcopy Create free account
hub / github.com/FreeCAD/FreeCAD / getStandardObjectLabel

Method getStandardObjectLabel

src/App/Document.cpp:3905–3908  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3903}
3904
3905std::string Document::getStandardObjectLabel(const char* modelName, int digitCount) const
3906{
3907 return d->objectLabelManager.makeUniqueName(modelName, digitCount);
3908}
3909
3910std::vector<DocumentObject*> Document::getDependingObjects() const
3911{

Callers

nothing calls this directly

Calls 1

makeUniqueNameMethod · 0.80

Tested by

no test coverage detected