Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreeCAD/FreeCAD
/ setDocument
Method
setDocument
src/App/DocumentObject.cpp:819–823 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
817
}
818
819
void DocumentObject::setDocument(App::Document* doc)
820
{
821
_pDoc = doc;
822
onSettingDocument();
823
}
824
825
bool DocumentObject::removeDynamicProperty(const char* name)
826
{
Callers
3
addObject
Method · 0.45
addObjects
Method · 0.45
moveObject
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected