AttributeIntegerPtr nbStepAttr = numstep();
int nbStep = nbStepAttr->value();
- theDumper<< ", \"" << xt << "\",\"" << yt << "\",\""<< zt<< "\", " ;
+ theDumper<< ", \"" << xt << "\", \"" << yt << "\", \""<< zt<< "\", " ;
theDumper << mint << ", " << maxt << ", "<< nbStep<< ")"<<std::endl;
}
}
Interpolation by selection
""""""""""""""""""""""""""
-The property panel is shown below.
+The property panel is shown below.
.. figure:: images/Interpolation.png
:align: center
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.