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
5b6c4ed9
Commit
5b6c4ed9
authored
20 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
*** empty log message ***
parent
6bd075bf
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
doc/VERSIONS
+2
-2
2 additions, 2 deletions
doc/VERSIONS
doc/texinfo/opt_general.texi
+5
-0
5 additions, 0 deletions
doc/texinfo/opt_general.texi
doc/texinfo/opt_plugin.texi
+91
-0
91 additions, 0 deletions
doc/texinfo/opt_plugin.texi
with
98 additions
and
2 deletions
doc/VERSIONS
+
2
−
2
View file @
5b6c4ed9
$Id: VERSIONS,v 1.28
4
2004-12-27 0
5:26:47
geuzaine Exp $
$Id: VERSIONS,v 1.28
5
2004-12-27 0
7:35:13
geuzaine Exp $
New since 1.57: new File->Rename menu; new colormaps+improved colormap
New since 1.57: new File->Rename menu; new colormaps+improved colormap
handling; new color+min/max options in views; new GetValue() function
handling; new color+min/max options in views; new GetValue() function
to ask for values interactively in scripts; generalized For/EndFor
to ask for values interactively in scripts; generalized For/EndFor
loops in parser; new plugins (Annotate, Remove);
loops in parser; new plugins (Annotate, Remove
, Probe
);
New in 1.57: generalized displacement maps to display arbitrary view
New in 1.57: generalized displacement maps to display arbitrary view
types; the arrows representing a vector field can now also be colored
types; the arrows representing a vector field can now also be colored
...
...
This diff is collapsed.
Click to expand it.
doc/texinfo/opt_general.texi
+
5
−
0
View file @
5b6c4ed9
...
@@ -504,6 +504,11 @@ Width (in pixels) of the message window@*
...
@@ -504,6 +504,11 @@ Width (in pixels) of the message window@*
Default value: @code{450}@*
Default value: @code{450}@*
Saved in: @code{General.SessionFileName}
Saved in: @code{General.SessionFileName}
@item General.NoPopup
Disable interactive dialog windows in scripts (and use default values instead)@*
Default value: @code{0}@*
Saved in: @code{General.OptionsFileName}
@item General.OptionsPositionX
@item General.OptionsPositionX
Horizontal position (in pixels) of the upper left corner of the option window@*
Horizontal position (in pixels) of the upper left corner of the option window@*
Default value: @code{650}@*
Default value: @code{650}@*
...
...
This diff is collapsed.
Click to expand it.
doc/texinfo/opt_plugin.texi
+
91
−
0
View file @
5b6c4ed9
@ftable @code
@ftable @code
@item Plugin(Annotate)
Plugin(Annotate) adds a text string of size
`FontSize' in the view `iView'. If `3D' is
equal to 1, the plugin inserts the string
in model coordinates at the position (`X',`Y',`Z').
If `3D' is equal to 0, the plugin inserts the
string in screen coordinates at the position
(`X',`Y'). If `iView' < 0, the plugin is run on
the current view.
Plugin(Annotate) is executed in-place.
String options:
@table @code
@item Text
Default value: @code{"My Text"}
@end table
Numeric options:
@table @code
@item X
Default value: @code{20}
@item Y
Default value: @code{20}
@item Z
Default value: @code{0}
@item 3D
Default value: @code{0}
@item FontSize
Default value: @code{14}
@item iView
Default value: @code{-1}
@end table
@item Plugin(CutGrid)
@item Plugin(CutGrid)
Plugin(CutGrid) cuts a tetrahedron view with a
Plugin(CutGrid) cuts a tetrahedron view with a
rectangular grid defined by the 3 points (`X0',`Y0',`Z0')
rectangular grid defined by the 3 points (`X0',`Y0',`Z0')
...
@@ -319,6 +352,64 @@ Default value: @code{-1}
...
@@ -319,6 +352,64 @@ Default value: @code{-1}
Default value: @code{0}
Default value: @code{0}
@end table
@end table
@item Plugin(Probe)
Plugin(Probe) gets the value of the simplectic view
`iView' at the point (`X',`Y',`Z'). If `iView' < 0,
the plugin is run on the current view.
Plugin(Probe) creates one new view.
Numeric options:
@table @code
@item X
Default value: @code{0}
@item Y
Default value: @code{0}
@item Z
Default value: @code{0}
@item iView
Default value: @code{-1}
@end table
@item Plugin(Remove)
Plugin(Remove) removes the marked items
from the view `iView'. If `iView' < 0, the
plugin is run on the current view.
Plugin(Remove) is executed in-place.
Numeric options:
@table @code
@item Text2D
Default value: @code{1}
@item Text3D
Default value: @code{1}
@item Points
Default value: @code{0}
@item Lines
Default value: @code{0}
@item Triangles
Default value: @code{0}
@item Quadrangles
Default value: @code{0}
@item Tetrahedra
Default value: @code{0}
@item Hexahedra
Default value: @code{0}
@item Prisms
Default value: @code{0}
@item Pyramids
Default value: @code{0}
@item Scalar
Default value: @code{1}
@item Vector
Default value: @code{1}
@item Tensor
Default value: @code{1}
@item iView
Default value: @code{-1}
@end table
@item Plugin(Skin)
@item Plugin(Skin)
Plugin(Skin) extracts the skin (the boundary) of
Plugin(Skin) extracts the skin (the boundary) of
the view `iView'. If `iView' < 0, the plugin is run
the view `iView'. If `iView' < 0, the plugin is run
...
...
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