Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreeCAD/FreeCAD
/ setIncludeRecent
Method
setIncludeRecent
src/Mod/Material/App/MaterialFilterOptionsPyImp.cpp:79–82 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
}
78
79
void MaterialFilterOptionsPy::setIncludeRecent(const Py::Boolean value)
80
{
81
getMaterialFilterOptionsPtr()->setIncludeRecent(value);
82
}
83
84
Py::Boolean MaterialFilterOptionsPy::getIncludeEmptyFolders() const
85
{
Callers
1
filterMaterials
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected