expose more members of Constraint class to Python
This commit is contained in:
@@ -22,12 +22,36 @@
|
||||
</Documentation>
|
||||
<Parameter Name="First" Type="Long"/>
|
||||
</Attribute>
|
||||
<Attribute Name="FirstPos" ReadOnly="true">
|
||||
<Documentation>
|
||||
<UserDocu>Position of first geometry index the Constraint refers to</UserDocu>
|
||||
</Documentation>
|
||||
<Parameter Name="FirstPos" Type="Long"/>
|
||||
</Attribute>
|
||||
<Attribute Name="Second" ReadOnly="false">
|
||||
<Documentation>
|
||||
<UserDocu>Second geometry index the Constraint refers to</UserDocu>
|
||||
</Documentation>
|
||||
<Parameter Name="Second" Type="Long"/>
|
||||
</Attribute>
|
||||
<Attribute Name="SecondPos" ReadOnly="true">
|
||||
<Documentation>
|
||||
<UserDocu>Position of second geometry index the Constraint refers to</UserDocu>
|
||||
</Documentation>
|
||||
<Parameter Name="SeondPos" Type="Long"/>
|
||||
</Attribute>
|
||||
<Attribute Name="Third" ReadOnly="false">
|
||||
<Documentation>
|
||||
<UserDocu>Third geometry index the Constraint refers to</UserDocu>
|
||||
</Documentation>
|
||||
<Parameter Name="Second" Type="Long"/>
|
||||
</Attribute>
|
||||
<Attribute Name="ThirdPos" ReadOnly="true">
|
||||
<Documentation>
|
||||
<UserDocu>Position of third geometry index the Constraint refers to</UserDocu>
|
||||
</Documentation>
|
||||
<Parameter Name="ThirdPos" Type="Long"/>
|
||||
</Attribute>
|
||||
<Attribute Name="Value" ReadOnly="true">
|
||||
<Documentation>
|
||||
<UserDocu>Value of the Constraint</UserDocu>
|
||||
@@ -40,5 +64,17 @@
|
||||
</Documentation>
|
||||
<Parameter Name="Name" Type="String"/>
|
||||
</Attribute>
|
||||
<Attribute Name="Driving" ReadOnly="true">
|
||||
<Documentation>
|
||||
<UserDocu>Driving Constraint</UserDocu>
|
||||
</Documentation>
|
||||
<Parameter Name="Driving" Type="Boolean"/>
|
||||
</Attribute>
|
||||
<Attribute Name="InVirtualSpace" ReadOnly="true">
|
||||
<Documentation>
|
||||
<UserDocu>Constraint in virtual space</UserDocu>
|
||||
</Documentation>
|
||||
<Parameter Name="InVirtualSpace" Type="Boolean"/>
|
||||
</Attribute>
|
||||
</PythonExport>
|
||||
</GenerateModel>
|
||||
|
||||
Reference in New Issue
Block a user