Gui: expose ViewProviderGeometryObject::getUserDefinedMaterial() to Python

This commit is contained in:
wmayer
2024-04-25 17:56:58 +02:00
parent ecc0da8036
commit e9bf1e4b88
5 changed files with 21 additions and 3 deletions

View File

@@ -13,5 +13,13 @@
<Author Licence="LGPL" Name="Werner Mayer" EMail="wmayer@users.sourceforge.net" />
<UserDocu>This is the ViewProvider geometry class</UserDocu>
</Documentation>
<Methode Name="getUserDefinedMaterial" Static="true" NoArgs="true">
<Documentation>
<UserDocu>getUserDefinedMaterial() -> object
Get a material object with the user-defined colors.
</UserDocu>
</Documentation>
</Methode>
</PythonExport>
</GenerateModel>