Arch MeshToShape/it: Difference between revisions

From FreeCAD Documentation
(Created page with "=== Utilizzo ===")
(Created page with "# Selezionare un oggetto mesh # Selezionare la voce {{KEY/it|16px Da Mesh a Forma}} nel menu Architettura → Strumenti di conversione")
Line 7: Line 7:
=== Utilizzo ===
=== Utilizzo ===


# Selezionare un oggetto mesh
# Select a mesh object
# Press the {{KEY|[[Image:Arch MeshToShape.png|16px]] '''Mesh to Shape'''}} entry in Arch -> Conversion Tools menu
# Selezionare la voce {{KEY/it|[[Image:Arch MeshToShape.png|16px]] Da Mesh a Forma}} nel menu Architettura Strumenti di conversione


==Scripting==
==Scripting==

Revision as of 15:51, 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. Selezionare un oggetto mesh
  2. Selezionare la voce Template:KEY/it nel menu Architettura → Strumenti di conversione

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