Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gmsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Larry Price
gmsh
Commits
b5663835
Commit
b5663835
authored
20 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
minor help update
parent
06658a6d
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
Plugin/Annotate.cpp
+10
-9
10 additions, 9 deletions
Plugin/Annotate.cpp
doc/texinfo/opt_plugin.texi
+9
-8
9 additions, 8 deletions
doc/texinfo/opt_plugin.texi
doc/texinfo/opt_view.texi
+3
-3
3 additions, 3 deletions
doc/texinfo/opt_view.texi
with
22 additions
and
20 deletions
Plugin/Annotate.cpp
+
10
−
9
View file @
b5663835
// $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
"
);
}
}
...
...
This diff is collapsed.
Click to expand it.
doc/texinfo/opt_plugin.texi
+
9
−
8
View file @
b5663835
@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.
...
...
This diff is collapsed.
Click to expand it.
doc/texinfo/opt_view.texi
+
3
−
3
View file @
b5663835
...
@@ -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{"v
0
"}@*
Default value: @code{"v
2
"}@*
Saved in: @code{General.OptionsFileName}
Saved in: @code{General.OptionsFileName}
@item View.Name
@item View.Name
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment