implement methods of Geometry2dPy

This commit is contained in:
wmayer
2016-11-23 15:05:55 +01:00
parent 6b5dd05d51
commit 4be07a25e5
2 changed files with 31 additions and 35 deletions

View File

@@ -18,7 +18,6 @@ It describes the common behavior of these objects when:
- applying geometric transformations to objects, and
- constructing objects by geometric transformation (including copying).</UserDocu>
</Documentation>
<!--
<Methode Name="mirror">
<Documentation>
<UserDocu>Performs the symmetrical transformation of this geometric object</UserDocu>
@@ -26,7 +25,7 @@ It describes the common behavior of these objects when:
</Methode>
<Methode Name="rotate">
<Documentation>
<UserDocu>Rotates this geometric object at angle Ang (in radians) about axis</UserDocu>
<UserDocu>Rotates this geometric object at angle Ang (in radians) around a point</UserDocu>
</Documentation>
</Methode>
<Methode Name="scale">
@@ -49,6 +48,5 @@ It describes the common behavior of these objects when:
<UserDocu>Create a copy of this geometry</UserDocu>
</Documentation>
</Methode>
-->
</PythonExport>
</GenerateModel>