Sketcher: Expose mass datum commands to python

This commit is contained in:
Abdullah Tahiri
2018-11-01 14:08:03 +01:00
committed by Yorik van Havre
parent 7129b3ca0e
commit 843f636d85
2 changed files with 44 additions and 0 deletions

View File

@@ -98,6 +98,16 @@
<UserDocu>set the Driving status of a datum constraint</UserDocu>
</Documentation>
</Methode>
<Methode Name="setDatumsDriving">
<Documentation>
<UserDocu>set the Driving status of datum constraints</UserDocu>
</Documentation>
</Methode>
<Methode Name="moveDatumsToEnd">
<Documentation>
<UserDocu>Moves all datum constraints to the end of the constraint list</UserDocu>
</Documentation>
</Methode>
<Methode Name="getDriving">
<Documentation>
<UserDocu>Get the Driving status of a datum constraint</UserDocu>