0001221: Add a function that can apply a Placement to a Shape like sh.transformGeometry(sh.Placement.toMatrix())

This commit is contained in:
wmayer
2013-08-25 11:32:03 +02:00
parent 57945ecb92
commit 224d17a984
4 changed files with 8 additions and 6 deletions

View File

@@ -156,7 +156,8 @@ underlying geometry then use the methods translate or rotate.
<Methode Name="transformShape">
<Documentation>
<UserDocu>Apply transformation on a shape without changing
the underlying geometry.</UserDocu>
the underlying geometry.
transformShape(Matrix,[boolean copy=False])</UserDocu>
</Documentation>
</Methode>
<Methode Name="translate">