Mesh Export/it: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
No edit summary
 
(35 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<languages/>
<languages/>


{{Docnav
{{Docnav/it
|[[Mesh_Import|Mesh Import]]
|[[Mesh_Import/it|Importa]]
|[[Mesh_FromPartShape|Mesh FromPartShape]]
|[[Mesh_FromPartShape/it|Mesh da forma]]
|[[Mesh_Workbench|Mesh]]
|[[Mesh_Workbench/it|Mesh]]
|IconL=Mesh_Import.svg
|IconL=Mesh_Import.svg
|IconR=Mesh_FromPartShape.svg
|IconR=Mesh_FromPartShape.svg
Line 10: Line 10:
}}
}}


{{GuiCommand
{{GuiCommand/it
|Name=Mesh Export
|Name=Mesh_Export
|Name/it=Esporta mesh
|MenuLocation=MeshesExport mesh...
|MenuLocation=MeshEsporta mesh...
|Workbenches=[[Mesh_Workbench|Mesh]]
|Workbenches=[[Mesh_Workbench/it|Mesh]]
|SeeAlso=[[Std_Export|Std Export]], [[Import_Export|Import Export]]
|SeeAlso=[[Std_Export/it|Esporta]], [[Import_Export/it|Importazione e Esportazione]]
}}
}}


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


The '''Mesh Export''' command exports a mesh object to a mesh file format. Several file formats are supported.
Il comando '''Esporta mesh''' esporta un oggetto mesh in un formato file mesh. Sono supportati diversi formati di file.


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


# Selezionare un singolo oggetto mesh.
# Select a single mesh object.
# Esistono diversi modi per invocare il comando:
# There are several ways to invoke the command:
#* Press the {{Button|[[Image:Mesh_Export.svg|16px]] [[Mesh_Export|Mesh Export]]}} button.
#* Premere il pulsante {{Button|[[Image:Mesh_Export.svg|16px]] [[Mesh_Export/it|Esporta mesh...]]}}.
#* Select the {{MenuCommand|Meshes → [[Image:Mesh_Export.svg|16px]] Export mesh...}} option from the menu.
#* Selezionare l'opzione {{MenuCommand|Mesh → [[Image:Mesh_Export.svg|16px]] Esporta mesh...}} dal menu.
#* Select the {{MenuCommand|[[Image:Mesh_Export.svg|16px]] Export mesh...}} option from the [[Tree_view|Tree view]] context menu or [[3D_view|3D view]] context menu.
#* Selezionare l'opzione {{MenuCommand|[[Image:Mesh_Export.svg|16px]] Esporta mesh...}} dal menu contestuale della [[Tree_view/it|vista ad albero]] o della [[3D_view/it|vista 3D]].
# Select the correct file format in the dialog box.
# Selezionare il formato file corretto nella finestra di dialogo.
# Enter a filename. If you have selected the {{incode|All files (*.*)}} option in the previous step, and do not specify a file extension here, the {{FileName|.stl}} extension will be used.
# Inserisci un nome file. Se nel passaggio precedente è stata selezionata l'opzione {{Value|Tutti i file (*.*)}} e non si specifica un'estensione di file, viene utilizzata l'estensione {{FileName|.stl}}.
# Press the {{Button|Save}} button.
# Premere il pulsante {{Button|Salva}}.


<span id="Notes"></span>
==Options==
==Note==


* Esistono alcune preferenze di esportazione correlate ai [[Import_Export_Preferences/it#Formati mesh|Formati mesh]] ma queste non si applicano a questo comando. Sono utilizzati dal comando [[Std_Export/it|Esporta]].
* Press {{KEY|Esc}} or the {{Button|Cancel}} button to abort the command.


<span id="Preferences"></span>
==Notes==
==Preferenze==


* L'ultima posizione del file utilizzato viene memorizzata in: {{MenuCommand|StrumentiModifica parametri... → BaseApp → Preferences → General → FileOpenSavePath}}.
* There are some export preferences related to [[Import_Export_Preferences#Mesh_Formats|Mesh Formats]] but these do not apply to this command. They are used by the [[Std_Export|Std Export]] command.


<span id="Scripting"></span>
==Preferences==
==Script==


Vedere anche: [[FreeCAD Scripting Basics/it|Script di base per FreeCAD]]
* The last used file location is stored: {{MenuCommand|ToolsEdit parameters... → BaseApp → Preferences → General → FileOpenSavePath}}.


Per esportare oggetti (inclusi gli oggetti mesh) in un formato file mesh, utilizzare il metodo {{incode|export}} del modulo Mesh.
==Scripting==

{{Emphasis|See also:}} [[FreeCAD_Scripting_Basics|FreeCAD Scripting Basics]].

To export objects (including mesh objects) to a mesh file format use the {{incode|export}} method of the Mesh module.


{{Code|code=
{{Code|code=
Line 59: Line 61:
}}
}}



{{Docnav
{{Docnav/it
|[[Mesh_Import|Mesh Import]]
|[[Mesh_Import/it|Importa]]
|[[Mesh_FromPartShape|Mesh FromPartShape]]
|[[Mesh_Workbench|Mesh]]
|[[Mesh_FromPartShape/it|Mesh da forma]]
|[[Mesh_Workbench/it|Mesh]]
|IconL=Mesh_Import.svg
|IconL=Mesh_Import.svg
|IconR=Mesh_FromPartShape.svg
|IconR=Mesh_FromPartShape.svg

Latest revision as of 23:30, 29 November 2023

Esporta mesh

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

Descrizione

Il comando Esporta mesh esporta un oggetto mesh in un formato file mesh. Sono supportati diversi formati di file.

Utilizzo

  1. Selezionare un singolo oggetto mesh.
  2. Esistono diversi modi per invocare il comando:
    • Premere il pulsante Esporta mesh....
    • Selezionare l'opzione Mesh → Esporta mesh... dal menu.
    • Selezionare l'opzione Esporta mesh... dal menu contestuale della vista ad albero o della vista 3D.
  3. Selezionare il formato file corretto nella finestra di dialogo.
  4. Inserisci un nome file. Se nel passaggio precedente è stata selezionata l'opzione Tutti i file (*.*) e non si specifica un'estensione di file, viene utilizzata l'estensione .stl.
  5. Premere il pulsante Salva.

Note

  • Esistono alcune preferenze di esportazione correlate ai Formati mesh ma queste non si applicano a questo comando. Sono utilizzati dal comando Esporta.

Preferenze

  • L'ultima posizione del file utilizzato viene memorizzata in: Strumenti → Modifica parametri... → BaseApp → Preferences → General → FileOpenSavePath.

Script

Vedere anche: Script di base per FreeCAD

Per esportare oggetti (inclusi gli oggetti mesh) in un formato file mesh, utilizzare il metodo export del modulo Mesh.

import FreeCAD
import Mesh

doc = FreeCAD.ActiveDocument

Mesh.export([doc.Cone, doc.Cylinder], 'D:/testfiles/mymodel.stl')