Arch: da Mesh a Forma

From FreeCAD Documentation
Revision as of 15:50, 1 December 2013 by Renatorivo (talk | contribs) (Created page with "=== Utilizzo ===")

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