MCPcopy 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
89void MaterialFilterOptionsPy::setIncludeEmptyFolders(const Py::Boolean value)
90{
91 getMaterialFilterOptionsPtr()->setIncludeEmptyFolders(value);
92}
93
94Py::Boolean MaterialFilterOptionsPy::getIncludeEmptyLibraries() const
95{

Callers 1

filterMaterialsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected