FEM: Pulire mesh

From FreeCAD Documentation
Revision as of 12:48, 13 November 2021 by Roy 043 (talk | contribs)
Other languages:

This documentation is not finished. Please help and contribute documentation.

GuiCommand model explains how commands should be documented. Browse Category:UnfinishedDocu to see more incomplete pages like this one. See Category:Command Reference for all commands.

See WikiPages to learn about editing the wiki pages, and go to Help FreeCAD to learn about other ways in which you can contribute.

FEM MeshClear

Posizione nel menu
Menu contestuale dell'oggetto mesh → FEM mesh clear
Ambiente
FEM
Avvio veloce
Nessuno
Introdotto nella versione
-
Vedere anche
Tutorial FEM

Descrizione

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.

Utilizzo

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

Notes

Da fare