Part: Extend Geometry Extension to have a name

This commit is contained in:
Abdullah Tahiri
2019-02-10 17:22:42 +01:00
committed by wmayer
parent a4cb781d81
commit aaea1285d4
8 changed files with 72 additions and 11 deletions

View File

@@ -20,5 +20,11 @@
<UserDocu>Create a copy of this geometry extension.</UserDocu>
</Documentation>
</Methode>
<Attribute Name="Name" ReadOnly="false">
<Documentation>
<UserDocu>Sets/returns the name of this extension.</UserDocu>
</Documentation>
<Parameter Name="Name" Type="String"/>
</Attribute>
</PythonExport>
</GenerateModel>