From 06c60b37d70075f5e4257cf262d47133902c4a39 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Thu, 11 Apr 2013 13:50:47 +0000 Subject: [PATCH] --- doc/texinfo/opt_mesh.texi | 5 +++++ doc/texinfo/opt_plugin.texi | 9 ++++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/doc/texinfo/opt_mesh.texi b/doc/texinfo/opt_mesh.texi index 295eee8a09..f84623787d 100644 --- a/doc/texinfo/opt_mesh.texi +++ b/doc/texinfo/opt_mesh.texi @@ -184,6 +184,11 @@ CPU time (in seconds) for the generation of the current mesh (read-only)@* Default value: @code{0}@* Saved in: @code{-} +@item Mesh.DelaunayQ +Quality factor for initial Delaunay tetrahedralization@* +Default value: @code{3.5}@* +Saved in: @code{General.OptionsFileName} + @item Mesh.DrawSkinOnly Draw only the skin of 3D meshes?@* Default value: @code{0}@* diff --git a/doc/texinfo/opt_plugin.texi b/doc/texinfo/opt_plugin.texi index 89eb3baa25..b360694e1f 100644 --- a/doc/texinfo/opt_plugin.texi +++ b/doc/texinfo/opt_plugin.texi @@ -992,15 +992,14 @@ Default value: @code{1} @end table @item Plugin(Skin) -Plugin(Skin) extracts the boundary (skin) of the view `View'. If `Visible' is set, the plugin only extracts the skin of visible entities. - -If `View' < 0, the plugin is run on the current view. - -Plugin(Skin) creates one new view. +Plugin(Skin) extracts the boundary (skin) of the current mesh (if `FromMesh' = 1), or from the the view `View' (in which case it creates a new view). If `View' < 0 and `FromMesh' = 0, the plugin is run on the current view. +If `Visible' is set, the plugin only extracts the skin of visible entities. Numeric options: @table @code @item Visible Default value: @code{1} +@item FromMesh +Default value: @code{0} @item View Default value: @code{-1} @end table -- GitLab