Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.23 KB

FEM_MeshClear.md

File metadata and controls

30 lines (18 loc) · 1.23 KB

  • GuiCommand: Name:FEM MeshClear MenuLocation:Context menu on mesh object → Clear FEM mesh Workbenches:FEM SeeAlso:FEM tutorial

FEM MeshClear

Description

Enables the user to reiniitialize the mesh from the FreeCAD FEM mesh object. The mesh still exists but does not have any vertices, edges, faces or elements. The meshing information, Netgen/Gmsh parameters, mesh regions, mesh groups and mesh boundary layer remain in the Model Tree, which means the mesh can be reproduced later. The main use of this function is to lighten the FreeCAD file, either to improve performance when using FreeCAD, to save disk space or enable easy transfer of files without losing meshing data.

Usage

  1. Right click on the mesh object in the Model Tree FEM mesh from shape by Gmsh.
  2. Select the Clear FEM mesh.

Notes

The objects in the Model Tree are maintained because they represent the meshing data, but the mesh is now cleared from the FreeCAD file.

{{FEM Tools navi}}


documentation index > FEM MeshClear