Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
166
void Property::setPathValue(const ObjectIdentifier& path, const boost::any& value)
167
{
168
path.setValue(value);
169
}
170
171
const boost::any Property::getPathValue(const ObjectIdentifier& path) const
172
{
Callers
4
updateHiddenReference
Method · 0.45
execute
Method · 0.45
TEST_F
Function · 0.45
test_ImpliedUnitIgnoresLengthExpression
Method · 0.45
Calls
1
setValue
Method · 0.45
Tested by
1
test_ImpliedUnitIgnoresLengthExpression
Method · 0.36