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

Method setPathValue

src/App/Property.cpp:166–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166void Property::setPathValue(const ObjectIdentifier& path, const boost::any& value)
167{
168 path.setValue(value);
169}
170
171const boost::any Property::getPathValue(const ObjectIdentifier& path) const
172{

Callers 4

updateHiddenReferenceMethod · 0.45
executeMethod · 0.45
TEST_FFunction · 0.45

Calls 1

setValueMethod · 0.45