diff --git a/Plugin/CutParametric.cpp b/Plugin/CutParametric.cpp index c0f9935339da98514feec1c0330a7d1b61068cb9..fe2f81321d7676ff28f1e666e8428e9755739d5e 100644 --- a/Plugin/CutParametric.cpp +++ b/Plugin/CutParametric.cpp @@ -1,4 +1,4 @@ -// $Id: CutParametric.cpp,v 1.11 2005-03-02 07:49:41 geuzaine Exp $ +// $Id: CutParametric.cpp,v 1.12 2005-03-02 08:14:29 geuzaine Exp $ // // Copyright (C) 1997-2005 C. Geuzaine, J.-F. Remacle // @@ -76,13 +76,13 @@ void GMSH_CutParametricPlugin::getInfos(char *author, char *copyright, strcpy(author, "C. Geuzaine (geuzaine@acm.caltech.edu)"); strcpy(copyright, "DGR (www.multiphysics.com)"); strcpy(help_text, - "Plugin(CutParametric) cuts the scalar view `iView'\n" - "with the parametric function (`X'(u), `Y'(u), `Z'(u)),\n" + "Plugin(CutParametric) cuts the view `iView' with\n" + "the parametric function (`X'(u), `Y'(u), `Z'(u)),\n" "using `nPointsU' values of the parameter u in\n" "[`MinU', `MaxU']. If `ConnectPoints' is set, the\n" - "plugin creates scalar line elements; otherwise,\n" - "the plugin generates scalar points. If `iView' < 0,\n" - "the plugin is run on the current view.\n" + "plugin creates line elements; otherwise, the\n" + "plugin generates points. If `iView' < 0, the plugin\n" + "is run on the current view.\n" "\n" "Plugin(CutParametric) creates one new view.\n"); } diff --git a/Plugin/Triangulate.cpp b/Plugin/Triangulate.cpp index 6ea5d655b28d8d77ef9ecf11b4795167e6d98de6..09bc9068d22eed2b32616b6325fb5a9429bec44d 100644 --- a/Plugin/Triangulate.cpp +++ b/Plugin/Triangulate.cpp @@ -1,4 +1,4 @@ -// $Id: Triangulate.cpp,v 1.27 2005-01-08 20:15:19 geuzaine Exp $ +// $Id: Triangulate.cpp,v 1.28 2005-03-02 08:14:29 geuzaine Exp $ // // Copyright (C) 1997-2005 C. Geuzaine, J.-F. Remacle // @@ -62,12 +62,11 @@ void GMSH_TriangulatePlugin::getInfos(char *author, char *copyright, strcpy(author, "C. Geuzaine (geuz@geuz.org)"); strcpy(copyright, "DGR (www.multiphysics.com)"); strcpy(help_text, - "Plugin(Triangulate) triangulates the points\n" - "in the view `iView', assuming that all the\n" - "points belong to a surface that can be\n" - "projected into a plane in a one-to-one\n" - "fashion. If `iView' < 0, the plugin is run\n" - "on the current view.\n" + "Plugin(Triangulate) triangulates the points in the\n" + "view `iView', assuming that all the points belong\n" + "to a surface that can be projected one-to-one\n" + "onto a plane. If `iView' < 0, the plugin is run on\n" + "the current view.\n" "\n" "Plugin(Triangulate) creates one new view.\n"); } diff --git a/doc/texinfo/opt_plugin.texi b/doc/texinfo/opt_plugin.texi index cd6ffcb7c6eaf60c944f703c6cd2d0c84a82ed93..54e5a8dc0b38e9dbc3edc81325d5d4ffb3b2b93d 100644 --- a/doc/texinfo/opt_plugin.texi +++ b/doc/texinfo/opt_plugin.texi @@ -58,9 +58,9 @@ and (`X2',`Y2',`Z2') (axis of V). The number of points along U and V is set with the options `nPointsU' and `nPointsV'. If `ConnectPoints' is zero, the plugin creates points; otherwise, the plugin -generates quadrangles, lines or points depending on -the values of `nPointsU' and `nPointsV'. If `iView' < 0, -the plugin is run on the current view. +generates quadrangles, lines or points depending +on the values of `nPointsU' and `nPointsV'. If +`iView' < 0, the plugin is run on the current view. Plugin(CutGrid) creates one new view. @@ -130,13 +130,13 @@ Default value: @code{-1} @end table @item Plugin(CutParametric) -Plugin(CutParametric) cuts the scalar view `iView' -with the parametric function (`X'(u), `Y'(u), `Z'(u)), +Plugin(CutParametric) cuts the view `iView' with +the parametric function (`X'(u), `Y'(u), `Z'(u)), using `nPointsU' values of the parameter u in [`MinU', `MaxU']. If `ConnectPoints' is set, the -plugin creates scalar line elements; otherwise, the -plugin generates scalar points. If `iView' < 0, the -plugin is run on the current view. +plugin creates line elements; otherwise, the +plugin generates points. If `iView' < 0, the plugin +is run on the current view. Plugin(CutParametric) creates one new view. @@ -317,8 +317,8 @@ view `iView' to the expression `Expression'. - the usual mathematical functions (Log, Sqrt Sin, Cos, Fabs, ...) and operators (+, -, *, /, ^); -- the symbols x, y and z, to retrieve the coordinates -of the current node; +- the symbols x, y and z, to retrieve the +coordinates of the current node; - the symbols Time and TimeStep, to retrieve the current time and time step values; @@ -333,11 +333,11 @@ component of the field in `iView' at the - the symbol w, to retrieve the `Component'-th component of the field in `ExternalView' at the -`ExternalTimeStep'-th time step. `ExternalView' and -`iView' must be of the same type (scalar, vector -or tensor); if `ExternalView' and `iView' are not -based on the same spatial grid, `ExternalView' is -interpolated onto `iView'; +`ExternalTimeStep'-th time step. `ExternalView' +and `iView' must be of the same type (scalar, +vector or tensor); if `ExternalView' and `iView' +are not based on the same spatial grid, +`ExternalView' is interpolated onto `iView'; - the symbols w0, w1, w2, ..., w8, to retrieve each component of the field in `ExternalView' at the @@ -492,8 +492,8 @@ Default value: @code{-1} @item Plugin(Probe) Plugin(Probe) gets the value of the view `iView' at -the point (`X',`Y',`Z'). If `iView' < 0, the plugin -is run on the current view. +the point (`X',`Y',`Z'). If `iView' < 0, the plugin is +run on the current view. Plugin(Probe) creates one new view. @@ -706,12 +706,11 @@ Default value: @code{-1} @end table @item Plugin(Triangulate) -Plugin(Triangulate) triangulates the points -in the view `iView', assuming that all the -points belong to a surface that can be -projected into a plane in a one-to-one -fashion. If `iView' < 0, the plugin is run -on the current view. +Plugin(Triangulate) triangulates the points in the +view `iView', assuming that all the points belong +to a surface that can be projected one-to-one +onto a plane. If `iView' < 0, the plugin is run on +the current view. Plugin(Triangulate) creates one new view.