Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreeCAD/FreeCAD
/ setIncludeEmptyFolders
Method
setIncludeEmptyFolders
src/Mod/Material/App/MaterialFilterOptionsPyImp.cpp:89–92 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
}
88
89
void MaterialFilterOptionsPy::setIncludeEmptyFolders(const Py::Boolean value)
90
{
91
getMaterialFilterOptionsPtr()->setIncludeEmptyFolders(value);
92
}
93
94
Py::Boolean MaterialFilterOptionsPy::getIncludeEmptyLibraries() const
95
{
Callers
1
filterMaterials
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected