Sketcher: Python support for moving Geometry

This commit is contained in:
Abdullah Tahiri
2018-05-28 22:45:50 +02:00
committed by wmayer
parent 7df7667774
commit cffa76b0cc
2 changed files with 40 additions and 2 deletions

View File

@@ -172,6 +172,11 @@
<UserDocu>add a copy of geometric objects to the sketch displaced by a vector3d</UserDocu>
</Documentation>
</Methode>
<Methode Name="addMove">
<Documentation>
<UserDocu>Moves the geometric objects in the sketch displaced by a vector3d</UserDocu>
</Documentation>
</Methode>
<Methode Name="addRectangularArray">
<Documentation>
<UserDocu>add an array of size cols by rows where each element is a copy of the selected geometric objects displaced by a vector3d in the cols direction and by a vector perpendicular to it in the rows direction</UserDocu>