Mesh Lissage

From FreeCAD Documentation
Revision as of 21:10, 27 July 2020 by David69 (talk | contribs) (Created page with "{{Caption|Le panneau des tâches de lissage après avoir choisi l'option de Seulement la sélection}}")
Other languages:

Mesh Lissage

Emplacement du menu
Maillages → Lisser...
Ateliers
Mesh
Raccourci par défaut
Aucun
Introduit dans la version
-
Voir aussi
Aucun

Description

La commande Mesh Lissage lisse les objets maillés en modifiant la position de leurs sommets.

Le panneau des tâches de lissage après avoir choisi l'option de Seulement la sélection

Usage

  1. If you plan to smooth only certain areas, note that the command uses the color red to mark the faces selected for this option. To see them properly:
    • The VueDisplay Mode of the mesh objects ideally should be Flat lines, but should at least show faces. If necessary use the Std DrawStyle command to override this property.
    • The VueShape Color of the mesh objects should not be red.
  2. Select one or more mesh objects.
  3. Select the Meshes → Smooth... option from the menu.
  4. The Smoothing task panel opens.
  5. If you only want to smooth selected areas: choose the Only selection option:
    • The Selection panel is added to the task panel.
    • Specify the region options:
      • Respect only visible triangles
      • Respect only triangles with normals facing screen
    • Press the Add button and while holding down the left mouse button draw a region, a closed spline, in the 3D view. Faces that match the region options and (partially) fall inside the region will be selected.
    • Optionally press the Clear button to clear the selection.
  6. Select the smoothing Method:
    • Taubin
    • Laplace
  7. Specify the Parameters:
    • Iterations: the higher this number the smoother the final result. The value also has an impact on the total processing time of the command. Avoid high values if the mesh objects have many points.
    • λ: the value must be in the 0 - 1 range.
    • μ: the value must be in the 0 - 1 range.
  8. Press the OK button to finish the command.