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

Method touch

src/Mod/TemplatePyMod/DocumentObject.py:93–95  ·  view source on GitHub ↗

marks this object to be recomputed

(self)

Source from the content-addressed store, hash-verified

91 "returns the documentation string of a given property"
92 return self.__object__.getEnumerationsOfProperty(attr)
93 def touch(self):
94 "marks this object to be recomputed"
95 return self.__object__.touch()
96 def purgeTouched(self):
97 "removes the to-be-recomputed flag of this object"
98 return self.__object__.purgeTouched()

Callers 15

slotCreatedObjectMethod · 0.45
slotDeletedObjectMethod · 0.45
onChangedMethod · 0.45
makeLeaderMethod · 0.45
touchTreeOwnerMethod · 0.45
addViewMethod · 0.45
onChangedMethod · 0.45
unsetupObjectMethod · 0.45
onChangedMethod · 0.45
onChangedMethod · 0.45
ActivatedMethod · 0.45
createLeaderFeatureMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected