expose getFacesFromSubelement to Python

This commit is contained in:
wmayer
2016-08-04 14:44:40 +02:00
parent 58a1ba3e56
commit 182fdabd48
2 changed files with 49 additions and 4 deletions

View File

@@ -14,7 +14,12 @@
<Author Licence="LGPL" Name="Juergen Riegel" EMail="Juergen.Riegel@web.de" />
<UserDocu>Father of all complex geometric data types</UserDocu>
</Documentation>
<Attribute Name="BoundBox" ReadOnly="true">
<Methode Name="getFacesFromSubelement" Const="true">
<Documentation>
<UserDocu>Return vertexes and faces from a sub-element</UserDocu>
</Documentation>
</Methode>
<Attribute Name="BoundBox" ReadOnly="true">
<Documentation>
<UserDocu>Get the BoundBox of the object</UserDocu>
</Documentation>
@@ -33,4 +38,4 @@
<Parameter Name="Matrix" Type="Object" />
</Attribute>
</PythonExport>
</GenerateModel>
</GenerateModel>