Sketcher: Python command to delete all internal geometry and constraints of an sketch

This commit is contained in:
Abdullah Tahiri
2017-11-05 07:29:19 +01:00
committed by wmayer
parent 7f5e0caf3e
commit 3aec9b3859
4 changed files with 41 additions and 0 deletions

View File

@@ -28,6 +28,11 @@
<UserDocu>delete a geometric object from the sketch</UserDocu>
</Documentation>
</Methode>
<Methode Name="deleteAllGeometry">
<Documentation>
<UserDocu>delete all the geometry objects and constraints from the sketch except external geometry</UserDocu>
</Documentation>
</Methode>
<Methode Name="toggleConstruction">
<Documentation>
<UserDocu>switch a geometry to a construction line</UserDocu>