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

Method getLibraryIcon

src/Mod/Material/App/ModelPyImp.cpp:71–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71Py::Object ModelPy::getLibraryIcon() const
72{
73 auto library = getModelPtr()->getLibrary();
74 return Py::Bytes(library->getIcon().data(), library->getIcon().size());
75}
76
77Py::String ModelPy::getName() const
78{

Callers

nothing calls this directly

Calls 4

getLibraryMethod · 0.45
dataMethod · 0.45
getIconMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected