expose Geometry::getTag to Python

This commit is contained in:
wmayer
2017-04-08 16:56:59 +02:00
parent f13aac4dd7
commit ce68a5b9dd
2 changed files with 14 additions and 0 deletions

View File

@@ -55,5 +55,11 @@ means that it is not part of a later built shape.</UserDocu>
</Documentation>
<Parameter Name="Construction" Type="Boolean"/>
</Attribute>
<Attribute Name="Tag" ReadOnly="true">
<Documentation>
<UserDocu>Gives the tag of the geometry as string.</UserDocu>
</Documentation>
<Parameter Name="Tag" Type="String"/>
</Attribute>
</PythonExport>
</GenerateModel>