Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreeCAD/FreeCAD
/ enforceRecompute
Method
enforceRecompute
src/App/DocumentObject.cpp:271–275 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
269
}
270
271
void DocumentObject::enforceRecompute(const std::string& propName)
272
{
273
touch(false);
274
touchedProps.insert(propName);
275
}
276
277
void DocumentObject::enforceRecompute()
278
{
Callers
12
onChanged
Method · 0.45
recompute
Method · 0.45
onMarkRecompute
Method · 0.45
activated
Method · 0.45
updateChildrenEnforce
Method · 0.45
check
Method · 0.45
onChanged
Method · 0.45
testRecomputeExternalGearFromV020
Method · 0.45
testRecomputeInternalGearFromV020
Method · 0.45
testNoRecomputeParent
Method · 0.45
testRecompute
Method · 0.45
testObject
Method · 0.45
Calls
1
insert
Method · 0.45
Tested by
3
check
Method · 0.36
testRecomputeExternalGearFromV020
Method · 0.36
testRecomputeInternalGearFromV020
Method · 0.36