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

*** empty log message ***

parent 6bd075bf
Branches
Tags
No related merge requests found
$Id: VERSIONS,v 1.284 2004-12-27 05:26:47 geuzaine Exp $ $Id: VERSIONS,v 1.285 2004-12-27 07: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
......
...@@ -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}@*
......
@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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment