Skip to content
Snippets Groups Projects
Commit b5663835 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

minor help update

parent 06658a6d
No related branches found
No related tags found
No related merge requests found
// $Id: Annotate.cpp,v 1.5 2005-01-03 04:09:27 geuzaine Exp $ // $Id: Annotate.cpp,v 1.6 2005-01-17 05:19:59 geuzaine Exp $
// //
// Copyright (C) 1997-2005 C. Geuzaine, J.-F. Remacle // Copyright (C) 1997-2005 C. Geuzaine, J.-F. Remacle
// //
...@@ -72,14 +72,15 @@ void GMSH_AnnotatePlugin::getInfos(char *author, char *copyright, ...@@ -72,14 +72,15 @@ void GMSH_AnnotatePlugin::getInfos(char *author, char *copyright,
strcpy(author, "C. Geuzaine (geuz@geuz.org)"); strcpy(author, "C. Geuzaine (geuz@geuz.org)");
strcpy(copyright, "DGR (www.multiphysics.com)"); strcpy(copyright, "DGR (www.multiphysics.com)");
strcpy(help_text, strcpy(help_text,
"Plugin(Annotate) adds a text string of size\n" "Plugin(Annotate) adds the text string `Text' in\n"
"`FontSize' in the view `iView'. If `3D' is equal\n" "font `Font' and size `FontSize' in the view `iView'.\n"
"to 1, the plugin inserts the string in model\n" "If `3D' is equal to 1, the plugin inserts the\n"
"coordinates at the position (`X',`Y',`Z'). If\n" "string in model coordinates at the position\n"
"`3D' is equal to 0, the plugin inserts the string\n" "(`X',`Y',`Z'). If `3D' is equal to 0, the plugin\n"
"in screen coordinates at the position (`X',`Y'),\n" "inserts the string in screen coordinates at the\n"
"and aligns it according to `Align'. If `iView'\n" "position (`X',`Y'), and aligns it according to\n"
"< 0, the plugin is run on the current view.\n" "`Align'. If `iView' < 0, the plugin is run on the\n"
"current view.\n"
"\n" "\n"
"Plugin(Annotate) is executed in-place.\n"); "Plugin(Annotate) is executed in-place.\n");
} }
......
@ftable @code @ftable @code
@item Plugin(Annotate) @item Plugin(Annotate)
Plugin(Annotate) adds a text string of size Plugin(Annotate) adds the text string `Text' in
`FontSize' in the view `iView'. If `3D' is equal font `Font' and size `FontSize' in the view `iView'.
to 1, the plugin inserts the string in model If `3D' is equal to 1, the plugin inserts the
coordinates at the position (`X',`Y',`Z'). If string in model coordinates at the position
`3D' is equal to 0, the plugin inserts the string (`X',`Y',`Z'). If `3D' is equal to 0, the plugin
in screen coordinates at the position (`X',`Y'), inserts the string in screen coordinates at the
and aligns it according to `Align'. If `iView' position (`X',`Y'), and aligns it according to
< 0, the plugin is run on the current view. `Align'. If `iView' < 0, the plugin is run on the
current view.
Plugin(Annotate) is executed in-place. Plugin(Annotate) is executed in-place.
......
...@@ -21,17 +21,17 @@ Saved in: @code{General.OptionsFileName} ...@@ -21,17 +21,17 @@ Saved in: @code{General.OptionsFileName}
@item View.GeneralizedRaiseX @item View.GeneralizedRaiseX
Generalized elevation of the view along X-axis (in model coordinates)@* Generalized elevation of the view along X-axis (in model coordinates)@*
Default value: @code{""}@* Default value: @code{"v0"}@*
Saved in: @code{General.OptionsFileName} Saved in: @code{General.OptionsFileName}
@item View.GeneralizedRaiseY @item View.GeneralizedRaiseY
Generalized elevation of the view along Y-axis (in model coordinates)@* Generalized elevation of the view along Y-axis (in model coordinates)@*
Default value: @code{""}@* Default value: @code{"v1"}@*
Saved in: @code{General.OptionsFileName} Saved in: @code{General.OptionsFileName}
@item View.GeneralizedRaiseZ @item View.GeneralizedRaiseZ
Generalized elevation of the view along Z-axis (in model coordinates)@* Generalized elevation of the view along Z-axis (in model coordinates)@*
Default value: @code{"v0"}@* Default value: @code{"v2"}@*
Saved in: @code{General.OptionsFileName} Saved in: @code{General.OptionsFileName}
@item View.Name @item View.Name
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment