Sketcher: Python interface to contraints' activated state
This commit is contained in:
committed by
abdullahtahiriyo
parent
7cd3dd7dc4
commit
7fad315613
@@ -44,13 +44,13 @@
|
||||
<Documentation>
|
||||
<UserDocu>Position of second geometry index the Constraint refers to</UserDocu>
|
||||
</Documentation>
|
||||
<Parameter Name="SeondPos" Type="Long"/>
|
||||
<Parameter Name="SecondPos" Type="Long"/>
|
||||
</Attribute>
|
||||
<Attribute Name="Third" ReadOnly="false">
|
||||
<Documentation>
|
||||
<UserDocu>Third geometry index the Constraint refers to</UserDocu>
|
||||
</Documentation>
|
||||
<Parameter Name="Second" Type="Long"/>
|
||||
<Parameter Name="Third" Type="Long"/>
|
||||
</Attribute>
|
||||
<Attribute Name="ThirdPos" ReadOnly="false">
|
||||
<Documentation>
|
||||
@@ -82,5 +82,11 @@
|
||||
</Documentation>
|
||||
<Parameter Name="InVirtualSpace" Type="Boolean"/>
|
||||
</Attribute>
|
||||
<Attribute Name="IsActive" ReadOnly="true">
|
||||
<Documentation>
|
||||
<UserDocu>Returns whether the constraint active (enforced) or not</UserDocu>
|
||||
</Documentation>
|
||||
<Parameter Name="IsActive" Type="Boolean"/>
|
||||
</Attribute>
|
||||
</PythonExport>
|
||||
</GenerateModel>
|
||||
|
||||
Reference in New Issue
Block a user