Sketcher: expose the LabelDistance and LabelPosition members of Constraint to Python

This commit is contained in:
wmayer
2024-02-22 13:56:30 +01:00
committed by wwmayer
parent 8d8d47df70
commit 78ffa29629
6 changed files with 223 additions and 0 deletions

View File

@@ -88,5 +88,17 @@
</Documentation>
<Parameter Name="IsActive" Type="Boolean"/>
</Attribute>
<Attribute Name="LabelDistance" ReadOnly="true">
<Documentation>
<UserDocu>Label distance</UserDocu>
</Documentation>
<Parameter Name="LabelDistance" Type="Float"/>
</Attribute>
<Attribute Name="LabelPosition" ReadOnly="true">
<Documentation>
<UserDocu>Label position</UserDocu>
</Documentation>
<Parameter Name="LabelPosition" Type="Float"/>
</Attribute>
</PythonExport>
</GenerateModel>