Sketcher: Implement Python function getConstruction(geoId) to retrieve geometry construction status

This commit is contained in:
Abdullah Tahiri
2020-12-21 16:43:48 +01:00
committed by abdullahtahiriyo
parent 3a845e4d07
commit c79ac8d1fc
2 changed files with 23 additions and 0 deletions

View File

@@ -48,6 +48,11 @@
<UserDocu>set construction mode of a geometry on or off</UserDocu>
</Documentation>
</Methode>
<Methode Name="getConstruction">
<Documentation>
<UserDocu>returns the construction mode of a geometry</UserDocu>
</Documentation>
</Methode>
<Methode Name="addConstraint">
<Documentation>
<UserDocu>add a constraint to the sketch</UserDocu>