+ improve doc string (for bug 1257)

This commit is contained in:
wmayer 2014-03-02 13:12:23 +01:00
parent fe0180d6b3
commit 5f7ed33c40

View File

@ -166,7 +166,8 @@ The plane is given with its base point and its normal direction.</UserDocu>
</Methode> </Methode>
<Methode Name="transformGeometry" Const="true"> <Methode Name="transformGeometry" Const="true">
<Documentation> <Documentation>
<UserDocu>Apply geometric transformation on a copy of the shape. <UserDocu>Apply geometric transformation on this or a copy the shape.
This method returns a new shape.
The transformation to be applied is defined as a 4x4 matrix. The transformation to be applied is defined as a 4x4 matrix.
The underlying geometry of the following shapes may change: The underlying geometry of the following shapes may change:
- a curve which supports an edge of the shape, or - a curve which supports an edge of the shape, or
@ -182,6 +183,8 @@ The transformation is applied to:
Note: If you want to transform a shape without changing the Note: If you want to transform a shape without changing the
underlying geometry then use the methods translate or rotate. underlying geometry then use the methods translate or rotate.
transformGeometry(Matrix) -> Shape
</UserDocu> </UserDocu>
</Documentation> </Documentation>
</Methode> </Methode>
@ -189,7 +192,7 @@ underlying geometry then use the methods translate or rotate.
<Documentation> <Documentation>
<UserDocu>Apply transformation on a shape without changing <UserDocu>Apply transformation on a shape without changing
the underlying geometry. the underlying geometry.
transformShape(Matrix,[boolean copy=False])</UserDocu> transformShape(Matrix,[boolean copy=False]) -> None</UserDocu>
</Documentation> </Documentation>
</Methode> </Methode>
<Methode Name="translate"> <Methode Name="translate">