Salome HOME
Analytical interpolation. Minor changes.
authorArtem Zhidkov <Artem.Zhidkov@gmail.com>
Tue, 9 Mar 2021 12:54:32 +0000 (15:54 +0300)
committerArtem Zhidkov <Artem.Zhidkov@gmail.com>
Tue, 9 Mar 2021 12:54:32 +0000 (15:54 +0300)
src/BuildAPI/BuildAPI_Interpolation.cpp
src/BuildPlugin/doc/interpolationFeature.rst

index 8f1efda8c98d106d3b74122e3de9783d9f0331ac..196ffeaef2d4b2a090ff85811181482d94d35583 100644 (file)
@@ -173,7 +173,7 @@ void BuildAPI_Interpolation::dump(ModelHighAPI_Dumper& theDumper) const
     AttributeIntegerPtr nbStepAttr = numstep();
     int nbStep = nbStepAttr->value();
 
-    theDumper<< ", \""  << xt << "\",\"" << yt << "\",\""<< zt<< "\", " ;
+    theDumper<< ", \""  << xt << "\", \"" << yt << "\", \""<< zt<< "\", " ;
     theDumper << mint << ", " << maxt << ", "<< nbStep<< ")"<<std::endl;
   }
 }
index d782bca1b7f94fb9b02f6710fc3f52129c479c7c..2840693e180c7fec2c09d9ca8cfb246bff16498d 100644 (file)
@@ -26,7 +26,7 @@ Interpolation analytical
 
 Interpolation by selection
 """"""""""""""""""""""""""
-The  property panel is shown below.
+The property panel is shown below.
 
 .. figure:: images/Interpolation.png
   :align: center
@@ -80,15 +80,13 @@ The result of the operation will be a curve created from the selected shapes:
 Interpolation analytical
 """"""""""""""""""""""""
 
-The  property panel is shown below.
+The property panel is shown below.
 
 .. figure:: images/InterpolationAnalytical.png
   :align: center
 
   Create an interpolation analytical
 
-Select one or several vertices or points in the viewer.
-
 - **Curves parameters** panel allows to define the mathematical expression for creating the interpolated curve.
    - **X(t) equation** define the expression of X with t variable.
    - **Y(t) equation** define the expression of Y with t variable.