Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreeCAD/FreeCAD
/ getEnumVector
Method
getEnumVector
src/App/PropertyStandard.cpp:367–370 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
365
}
366
367
std::vector<std::string> PropertyEnumeration::getEnumVector() const
368
{
369
return _enum.getEnumVector();
370
}
371
372
void PropertyEnumeration::setEnumVector(const std::vector<std::string>& values)
373
{
Callers
1
getPyPathValue
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected