Skip to content
Snippets Groups Projects
Commit 898a6437 authored by Jean-François Remacle's avatar Jean-François Remacle
Browse files

*** empty log message ***

parent 2f647e18
No related branches found
No related tags found
No related merge requests found
// $Id: Annotate.cpp,v 1.17 2007-09-11 14:01:54 geuzaine Exp $
// $Id: Annotate.cpp,v 1.18 2008-01-23 17:27:13 remacle Exp $
//
// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle
//
......@@ -35,7 +35,7 @@ StringXNumber AnnotateOptions_Number[] = {
{GMSH_FULLRC, "X", GMSH_AnnotatePlugin::callbackX, 50.},
{GMSH_FULLRC, "Y", GMSH_AnnotatePlugin::callbackY, 30.},
{GMSH_FULLRC, "Z", GMSH_AnnotatePlugin::callbackZ, 0.},
{GMSH_FULLRC, "3D", GMSH_AnnotatePlugin::callback3D, 0.},
{GMSH_FULLRC, "ThereD", GMSH_AnnotatePlugin::callback3D, 0.},
{GMSH_FULLRC, "FontSize", GMSH_AnnotatePlugin::callbackFontSize, 14.},
{GMSH_FULLRC, "iView", NULL, -1.}
};
......@@ -212,9 +212,9 @@ void GMSH_AnnotatePlugin::getInfos(char *author, char *copyright,
strcpy(help_text,
"Plugin(Annotate) adds the text string `Text',\n"
"in font `Font' and size `FontSize', in the view\n"
"`iView'. If `3D' is equal to 1, the plugin inserts\n"
"`iView'. If `ThreeD' is equal to 1, the plugin inserts\n"
"the string in model coordinates at the position\n"
"(`X',`Y',`Z'). If `3D' is equal to 0, the plugin\n"
"(`X',`Y',`Z'). If `ThreeD' is equal to 0, the plugin\n"
"inserts the string in screen coordinates at\n"
"the position (`X',`Y'). The string is aligned\n"
"according to `Align'. If `iView' < 0, the plugin\n"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment