Mesh Import/it: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
Line 10: Line 10:
}}
}}


{{GuiCommand/it
<div class="mw-translate-fuzzy">
|Name=Mesh_Import
{{GuiCommand/it|Name=Mesh ImportMesh‏‎|Name/it=Importa mesh|MenuLocation=Mesh → Importa mesh...|Workbenches=[[Mesh Workbench/it|Mesh]]|SeeAlso=[[Std_Import/it|Std Import]]}}
|Name/it=Importa mesh
</div>
|MenuLocation=Mesh → Importa mesh...
|Workbenches=[[Mesh_Workbench/it|Mesh]]
|SeeAlso=[[Std_Import/it|Importa]], [[Std_Open/it|Apri]], [[Import_Export/it|Importazione e Esportazione]]
}}


<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">

Revision as of 17:01, 3 July 2020

Importa mesh

Posizione nel menu
Mesh → Importa mesh...
Ambiente
Mesh
Avvio veloce
Nessuno
Introdotto nella versione
-
Vedere anche
Importa, Apri, Importazione e Esportazione

Introduzione

Questo strumento consente di aggiungere un file *.STL, *.AST, *.BMS, *.OBJ, *.OFF, *.iv, *.PLY al documento corrente.

Uso

  1. Cliccare su o scegliere Mesh Importa mesh... dal menu principale.
  2. Selezionare il file da importare.

Options

  • Press Esc or the Cancel button to abort the command.

Preferences

  • The last used file location is stored: Tools → Edit parameters... → BaseApp → Preferences → General → FileOpenSavePath.

Properties

See Mesh Feature.

Scripting

See also: FreeCAD Scripting Basics.

To import a mesh file use the insert method of the Mesh module.

import Mesh
Mesh.insert('D:/testfiles/cylinder.stl')