Mesh: Crea segmenti di mesh

From FreeCAD Documentation
Revision as of 16:59, 22 September 2020 by Renatorivo (talk | contribs) (Created page with "Il comando '''Crea segmenti di mesh''' crea segmenti di mesh separati per i tipi di superficie specificati di un oggetto mesh.")
Other languages:

Crea segmenti di mesh

Posizione nel menu
Mesh → Crea segmenti di mesh...
Ambiente
Mesh
Avvio veloce
Nessuno
Introdotto nella versione
-
Vedere anche
Adatta i segmenti

Descrizione

Il comando Crea segmenti di mesh crea segmenti di mesh separati per i tipi di superficie specificati di un oggetto mesh.

Utilizzo

  1. Select a single mesh object.
  2. Select the Meshes → Create mesh segments... option from the menu.
  3. The Mesh segmentation task panel opens.
  4. Optionally check the Smooth mesh option and specify a value for the smoothness of the mesh. The higher the value the smoother the mesh is assumed to be. Specifying 0 has the same effect as unchecking this option. Do not select this option if you want to create planar segments.
  5. Select the surface type you wish to create mesh segments for. You can select more than one type, but this can lead to poorer results. The available surface types are:
    • Plane
    • Cylinder
    • Sphere
    • Freeform
  6. Specify the required settings. Make sure the Tolerance values are not too low, and the Minimum number of faces values not too high.
  7. Press the OK button.
  8. The command will create a group containing separate mesh objects, each a segment of the original mesh object.
  9. If the created group is empty try using the command again with modified settings.

Note

  • The current version of the command has trouble identifying faces at the edges of surface types.
  • In some cases the Mesh SegmentationBestFit command will produce better results.