From 53836fa91a9a080f63013070b03aace2fa9d4637 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Thu, 20 Nov 2008 19:14:12 +0000 Subject: [PATCH] *** empty log message *** --- doc/texinfo/opt_general.texi | 10 ++++++++++ doc/texinfo/opt_geometry.texi | 2 +- doc/texinfo/opt_mesh.texi | 5 +++++ 3 files changed, 16 insertions(+), 1 deletion(-) diff --git a/doc/texinfo/opt_general.texi b/doc/texinfo/opt_general.texi index 2294b8c1c1..ecef8fdef0 100644 --- a/doc/texinfo/opt_general.texi +++ b/doc/texinfo/opt_general.texi @@ -384,6 +384,11 @@ Use a double buffered graphic window (on Unix, should be set to 0 when working o Default value: @code{1}@* Saved in: @code{General.OptionsFileName} +@item General.DrawAllModels +Draw all loaded models (instead of drawing only the current one)@* +Default value: @code{0}@* +Saved in: @code{General.OptionsFileName} + @item General.DrawBoundingBoxes Draw bounding boxes@* Default value: @code{0}@* @@ -654,6 +659,11 @@ Vertical position (in pixels) of the upper left corner of the menu window@* Default value: @code{50}@* Saved in: @code{General.SessionFileName} +@item General.MessageAutoScroll +Automatically scroll message window@* +Default value: @code{1}@* +Saved in: @code{General.SessionFileName} + @item General.MessagePositionX Horizontal position (in pixels) of the upper left corner of the message window@* Default value: @code{650}@* diff --git a/doc/texinfo/opt_geometry.texi b/doc/texinfo/opt_geometry.texi index c7d70dd7ef..6112b2f026 100644 --- a/doc/texinfo/opt_geometry.texi +++ b/doc/texinfo/opt_geometry.texi @@ -150,7 +150,7 @@ Default value: @code{0}@* Saved in: @code{General.OptionsFileName} @item Geometry.SurfaceType -Surface display type (0=cross, 1=wireframe, 2=solid@* +Surface display type (0=cross, 1=wireframe, 2=solid)@* Default value: @code{2}@* Saved in: @code{General.OptionsFileName} diff --git a/doc/texinfo/opt_mesh.texi b/doc/texinfo/opt_mesh.texi index 8854a29bb4..adbdf9a728 100644 --- a/doc/texinfo/opt_mesh.texi +++ b/doc/texinfo/opt_mesh.texi @@ -409,6 +409,11 @@ Ignore Physical definitions and save all elements@* Default value: @code{0}@* Saved in: @code{-} +@item Mesh.SaveParametric +Save parametric coordinates of nodes@* +Default value: @code{0}@* +Saved in: @code{-} + @item Mesh.SaveGroupsOfNodes Save groups of nodes for each physical line and surface (UNV mesh format only)@* Default value: @code{0}@* -- GitLab