From 89737a2aea50803bcc2fa8065c77e8b29b29d722 Mon Sep 17 00:00:00 2001 From: vsr Date: Tue, 29 Jul 2008 10:41:57 +0000 Subject: [PATCH] merge from V4_1_0_maintainance branch (from tag mergeto_BR_QT4_Dev_29Jul08) --- doc/salome/gui/GEOM/input/scale_operation.doc | 12 ++++++------ src/GEOMImpl/GEOMImpl_IInsertOperations.cxx | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) 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 diff --git a/src/GEOMImpl/GEOMImpl_IInsertOperations.cxx b/src/GEOMImpl/GEOMImpl_IInsertOperations.cxx index 9339f4a47..3dbe49e5d 100644 --- a/src/GEOMImpl/GEOMImpl_IInsertOperations.cxx +++ b/src/GEOMImpl/GEOMImpl_IInsertOperations.cxx @@ -163,7 +163,7 @@ void GEOMImpl_IInsertOperations::Export OCC_CATCH_SIGNALS; #endif if (!GetSolver()->ComputeFunction(aFunction)) { - SetErrorCode("Export driver failed"); + SetErrorCode("Not enough space on disk, or you haven't permissions to write this directory"); return; } } -- 2.39.2