Arch MeshToShape/it: Difference between revisions

From FreeCAD Documentation
(Created page with "Questo strumento converte un oggetto Mesh selezionato in un oggetto Forma. Notare che questo strumento è ottimizzato per oggetti con fac...")
(Created page with "=== Utilizzo ===")
Line 5: Line 5:
Questo strumento converte un oggetto [[Mesh Module/it|Mesh]] selezionato in un oggetto [[Part Module/it|Forma]]. Notare che questo strumento è ottimizzato per oggetti con facce piane (senza curve). Lo strumento corrispondente dell'ambiente [[Part Module/it|Parte]] può essere più adatto per gli oggetti che contengono superfici curve.
Questo strumento converte un oggetto [[Mesh Module/it|Mesh]] selezionato in un oggetto [[Part Module/it|Forma]]. Notare che questo strumento è ottimizzato per oggetti con facce piane (senza curve). Lo strumento corrispondente dell'ambiente [[Part Module/it|Parte]] può essere più adatto per gli oggetti che contengono superfici curve.


==How to use==
=== Utilizzo ===


# Select a mesh object
# Select a mesh object

Revision as of 15:50, 1 December 2013

Da Mesh a Forma

Posizione nel menu
Arch → Strumenti di conversione → Da Mesh a Forma
Ambiente
Architettura
Avvio veloce
Nessuno
Introdotto nella versione
-
Vedere anche
Rimuovi Forma

Descrizione

Questo strumento converte un oggetto Mesh selezionato in un oggetto Forma. Notare che questo strumento è ottimizzato per oggetti con facce piane (senza curve). Lo strumento corrispondente dell'ambiente Parte può essere più adatto per gli oggetti che contengono superfici curve.

Utilizzo

  1. Select a mesh object
  2. Press the Mesh to Shape entry in Arch -> Conversion Tools menu

Scripting

This tool can by used in macros and from the python console by using the following function:

meshToShape (object,[mark])

turns a mesh into a shape, joining coplanar facets.

If mark is True (default), non-solid objects will be marked in red