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

Method getUUID

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

Source from the content-addressed store, hash-verified

114}
115
116Py::String ModelPy::getUUID() const
117{
118 return Py::String(getModelPtr()->getUUID().toStdString());
119}
120
121Py::String ModelPy::getDescription() const
122{

Callers 15

copyMaterialMethod · 0.45
onMaterialSelectedMethod · 0.45
onChangedMethod · 0.45
onChangedMethod · 0.45
SaveMethod · 0.45
saveMethod · 0.45
addMaterialsFunction · 0.45
getMaterialTreeMethod · 0.45
deleteFileMethod · 0.45
getUUIDFromPathMethod · 0.45
addModelMethod · 0.45
migrateModelMethod · 0.45

Calls 2

toStdStringMethod · 0.80
StringClass · 0.50

Tested by 4

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36