From fc459feb52627ffcb3d147eed2c92a1ab7d2a1d7 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Wed, 6 Sep 2017 12:11:49 +0200 Subject: [PATCH] up --- doc/texinfo/commandline.texi | 8 +++++++- doc/texinfo/opt_geometry.texi | 5 +++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/doc/texinfo/commandline.texi b/doc/texinfo/commandline.texi index a9ec3cd3e3..4443604fc3 100644 --- a/doc/texinfo/commandline.texi +++ b/doc/texinfo/commandline.texi @@ -26,6 +26,8 @@ Select output mesh format (auto (default), msh, msh1, msh2, unv, vrml, ply2, stl Use binary format when available @item -refine Perform uniform mesh refinement, then exit +@item -reclassify +Reclassify mesh, then exit @item -part int Partition after batch mesh generation @item -partWeight tri|quad|tet|prism|hex int @@ -75,7 +77,11 @@ Load background mesh from file @item -check Perform various consistency checks on mesh @item -ignorePartBound -Ignore partitions boundaries +Ignore partition boundaries +@item -ignorePeriocity +Ignore periodic boundaries +@item -oneFilePerPart +Save mesh partitions in separate files @end ftable Post-processing options: @ftable @code diff --git a/doc/texinfo/opt_geometry.texi b/doc/texinfo/opt_geometry.texi index 16ef8e4c45..a918f85f32 100644 --- a/doc/texinfo/opt_geometry.texi +++ b/doc/texinfo/opt_geometry.texi @@ -124,6 +124,11 @@ Number of edge subdivisions between control points when displaying curves@* Default value: @code{20}@* Saved in: @code{General.OptionsFileName} +@item Geometry.OCCAutoFix +Automatically fix orientation of wires, faces, shells and volumes when creating new entities@* +Default value: @code{1}@* +Saved in: @code{General.OptionsFileName} + @item Geometry.OCCFixDegenerated Fix degenerated edges/faces in STEP, IGES and BRep models@* Default value: @code{0}@* -- GitLab