From: jfa Date: Mon, 14 Jul 2008 10:53:40 +0000 (+0000) Subject: Some grammar improvements by YSN. X-Git-Tag: V4_1_4a1~8 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=360f297cf9aeb8225bb0c394b2a7b48266235fd5;p=modules%2Fgeom.git Some grammar improvements by YSN. --- diff --git a/doc/salome/gui/GEOM/input/scale_operation.doc b/doc/salome/gui/GEOM/input/scale_operation.doc index ed5b94fc6..a9a3ab8c4 100644 --- a/doc/salome/gui/GEOM/input/scale_operation.doc +++ b/doc/salome/gui/GEOM/input/scale_operation.doc @@ -20,12 +20,12 @@ shape. For this, you need to define the \b Shape to be scaled, the \n TUI Command: geompy.MakeScaleAlongAxes(Shape, CenterOfScale, FactorX, FactorY, FactorZ) \n Arguments: Name + 1 shape(s) + 1 vertex + 3 Scale Factors. -\note If Central Point is not defined, the scaling will be -performed relatively the origin of global coordinate system. +\note If the Central Point is not defined, the scaling will be +performed relatively the origin of the global coordinate system. -\note Scaling by a factor is a simple transformation, it does not modify -geometry of the shape, while scaling by different factors along axes -is a general transformation, which can modify geometry, for example, a +\note Scaling by one factor is a simple transformation, it does not modify the +geometry of the shape, while scaling by several different factors along axes +is a general transformation, which can modify the geometry, for example, a circle can be transformed into an ellipse. \n Example of simple scaling: @@ -34,7 +34,7 @@ circle can be transformed into an ellipse. \image html scale_transformsn2.png -\n Example of scaling on different factors along axes: +\n Example of scaling by different factors along axes: \image html scale_transformsn3.png