Mesh RemeshGmsh: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
Line 27: Line 27:


<!--T:3-->
<!--T:3-->
The '''Mesh RemeshGmsh''' command remeshes an existing mesh object using the [https://gmsh.info/ Gmsh] mesher. Depending on the used settings the new mesh can be finer or coarser.
The '''Mesh RemeshGmsh''' command remeshes a mesh object using the [https://gmsh.info/ Gmsh] mesher. Depending on the settings the new mesh can be finer or coarser.


==Usage== <!--T:4-->
==Usage== <!--T:4-->

Revision as of 08:04, 20 July 2020

Other languages:
This documentation is a work in progress. Please don't mark it as translatable since it will change in the next hours and days.


Mesh RemeshGmsh

Menu location
Meshes → Refinement...
Workbenches
Mesh
Default shortcut
None
Introduced in version
0.19
See also
Mesh FromPartShape

Description

The Mesh RemeshGmsh command remeshes a mesh object using the Gmsh mesher. Depending on the settings the new mesh can be finer or coarser.

Usage

  1. Select a single mesh object. Make sure the object is not a parametric mesh object created with the Mesh BuildRegularSolid command.
  2. Select the Meshes → Refinement... option from the menu.
  3. The Remesh by gmsh task panel opens.
  4. Specify the required settings. See the Gmsh mesher settings of the Mesh FromPartShape command.
  5. Press the Apply button to remesh the mesh object.
  6. Optionally change one or more settings and again press the Apply button until the new mesh is to your liking.
  7. Press the Close button to close the task panel and finish the command.

Notes

  • In some cases this command will produce a mesh with flipped normals. The Mesh FlipNormals command can be used to correct this.

Properties

See: Mesh Feature.