MCPcopy Create free account
hub / github.com/FreeCAD/FreeCAD / setIncludeLegacy

Method setIncludeLegacy

src/Mod/Material/App/MaterialFilterOptionsPyImp.cpp:109–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109void MaterialFilterOptionsPy::setIncludeLegacy(const Py::Boolean value)
110{
111 getMaterialFilterOptionsPtr()->setIncludeLegacy(value);
112}
113
114PyObject* MaterialFilterOptionsPy::getCustomAttributes(const char* /*attr*/) const
115{

Callers 1

filterMaterialsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected