Mesh SegmentationBestFit/it: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 20: Line 20:
}}
}}


<span id="Description"></span>
==Descrizione==
==Descrizione==


Il comando '''Adatta i segmenti''' crea segmenti di mesh separati per i tipi di superficie specificati di un oggetto mesh. Il comando può anche identificare i loro parametri che possono essere utili quando si riprogetta un oggetto mesh.
Il comando '''Adatta i segmenti''' crea segmenti di mesh separati per i tipi di superficie specificati di un oggetto mesh. Il comando può anche identificare i loro parametri che possono essere utili quando si riprogetta un oggetto mesh.


<span id="Usage"></span>
==Utilizzo==
==Utilizzo==


Line 31: Line 33:
# Select a single mesh object.
# Select a single mesh object.
# There are several ways to invoke the command:
# There are several ways to invoke the command:
#* Press the {{Button|[[Image:Mesh_SegmentationBestFit.svg|16px]] [[Mesh_SegmentationBestFit|Mesh SegmentationBestFit]]}} button.
#* Press the {{Button|[[Image:Mesh_SegmentationBestFit.svg|16px]] [[Mesh_SegmentationBestFit|Create mesh segments from best-fit surfaces...]]}} button.
#* Select the {{MenuCommand|Meshes → [[Image:Mesh_SegmentationBestFit.svg|16px]] Create mesh segments from best-fit surfaces...}} option from the menu.
#* Select the {{MenuCommand|Meshes → [[Image:Mesh_SegmentationBestFit.svg|16px]] Create mesh segments from best-fit surfaces...}} option from the menu.
# The {{MenuCommand|Mesh segmentation}} task panel opens.
# The {{MenuCommand|Mesh segmentation}} task panel opens.

Revision as of 13:16, 26 November 2023

Other languages:

Adatta i segmenti

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

Descrizione

Il comando Adatta i segmenti crea segmenti di mesh separati per i tipi di superficie specificati di un oggetto mesh. Il comando può anche identificare i loro parametri che possono essere utili quando si riprogetta un oggetto mesh.

Utilizzo

  1. If you plan to identify the parameters of a surface type, note that the command uses the color red to mark the faces selected for this option. To see them properly:
    • The VistaDisplay Mode of the mesh object ideally should be Flat lines, but should at least show faces. If necessary use the Std DrawStyle command to override this property.
    • The VistaShape Color of the mesh object should not be red.
  2. Select a single mesh object.
  3. There are several ways to invoke the command:
  4. The Mesh segmentation task panel opens.
  5. Optionally press one of the Parameters... buttons to identify the parameters of a surface:
    • The Surface fit dialog box opens.
    • Select one or more faces belonging to the surface:
      • Press the Region button and while holding down the left mouse button draw a region, a closed spline, in the 3D view. Faces that (partially) fall inside the region will be selected.
      • Press the Triangle button to select individual faces.
      • Optionally press the Clear button to clear the selection.
    • Press the Compute button to calculate the parameters.
    • Press the OK or Cancel button to close the dialog box.
  6. Select the surface type(s) you wish to create mesh segments for:
    • Plane
    • Cylinder
    • Sphere
  7. Specify the Tolerance values.
  8. Specify the Minimum number of faces values.
  9. Press the OK button.
  10. The command will create a group containing separate mesh objects, each a segment of the original mesh object.
  11. If the created group is empty try using the command again with modified settings.