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

up

parent 7c8f1fc4
No related branches found
No related tags found
No related merge requests found
...@@ -26,6 +26,8 @@ Select output mesh format (auto (default), msh, msh1, msh2, unv, vrml, ply2, stl ...@@ -26,6 +26,8 @@ Select output mesh format (auto (default), msh, msh1, msh2, unv, vrml, ply2, stl
Use binary format when available Use binary format when available
@item -refine @item -refine
Perform uniform mesh refinement, then exit Perform uniform mesh refinement, then exit
@item -reclassify
Reclassify mesh, then exit
@item -part int @item -part int
Partition after batch mesh generation Partition after batch mesh generation
@item -partWeight tri|quad|tet|prism|hex int @item -partWeight tri|quad|tet|prism|hex int
...@@ -75,7 +77,11 @@ Load background mesh from file ...@@ -75,7 +77,11 @@ Load background mesh from file
@item -check @item -check
Perform various consistency checks on mesh Perform various consistency checks on mesh
@item -ignorePartBound @item -ignorePartBound
Ignore partitions boundaries Ignore partition boundaries
@item -ignorePeriocity
Ignore periodic boundaries
@item -oneFilePerPart
Save mesh partitions in separate files
@end ftable @end ftable
Post-processing options: Post-processing options:
@ftable @code @ftable @code
......
...@@ -124,6 +124,11 @@ Number of edge subdivisions between control points when displaying curves@* ...@@ -124,6 +124,11 @@ Number of edge subdivisions between control points when displaying curves@*
Default value: @code{20}@* Default value: @code{20}@*
Saved in: @code{General.OptionsFileName} 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 @item Geometry.OCCFixDegenerated
Fix degenerated edges/faces in STEP, IGES and BRep models@* Fix degenerated edges/faces in STEP, IGES and BRep models@*
Default value: @code{0}@* Default value: @code{0}@*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment