diff --git a/doc/texinfo/opt_mesh.texi b/doc/texinfo/opt_mesh.texi index 295eee8a09901f5334a4d6596ca68702e1461764..f84623787df56ae7558406dda22504c026855a75 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 89eb3baa25809faab94705c63565addfd2e4656b..b360694e1f2574de9ebd01bd4b71461ee7384478 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