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

Method getObject

src/App/Document.cpp:3845–3850  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3843}
3844
3845DocumentObject* Document::getObject(const char* Name) const
3846{
3847 const auto pos = d->objectMap.find(Name);
3848
3849 return pos != d->objectMap.end() ?pos->second:nullptr;
3850}
3851
3852DocumentObject* Document::getObjectByID(const long id) const
3853{

Callers 15

getPlacementOfMethod · 0.45
getMeasureElementTypeMethod · 0.45
getSelectionPyMethod · 0.45
syncCopyOnChangeMethod · 0.45
updateMethod · 0.45
detachElementsMethod · 0.45
getPlacementOfMethod · 0.45
recomputeMethod · 0.45
getDocumentObjectMethod · 0.45
resolveMethod · 0.45
checkImportMethod · 0.45
importSubNamesMethod · 0.45

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected