+ fixes #0001380: Allow to set user-defined names for constraints

This commit is contained in:
wmayer
2014-02-10 15:36:58 +01:00
parent 9e8f124af7
commit c3384e4b5a
7 changed files with 59 additions and 8 deletions

View File

@@ -18,16 +18,21 @@
</Documentation>
<Attribute Name="First" ReadOnly="false">
<Documentation>
<UserDocu>First geometry index the Constraint referse to</UserDocu>
<UserDocu>First geometry index the Constraint refers to</UserDocu>
</Documentation>
<Parameter Name="First" Type="Int"/>
</Attribute>
<Attribute Name="Second" ReadOnly="false">
<Documentation>
<UserDocu>Second geometry index the Constraint referse to</UserDocu>
<UserDocu>Second geometry index the Constraint refers to</UserDocu>
</Documentation>
<Parameter Name="Second" Type="Int"/>
</Attribute>
<Attribute Name="Name" ReadOnly="false">
<Documentation>
<UserDocu>Name of the constraint</UserDocu>
</Documentation>
<Parameter Name="Name" Type="String"/>
</Attribute>
</PythonExport>
</GenerateModel>