Mesh: Esporta
Appearance
|
|
| 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
- Selezionare un singolo oggetto mesh.
- 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.
- Premere il pulsante
- Selezionare il formato file corretto nella finestra di dialogo.
- 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. - 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.
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")
- Miscellaneous: Import Mesh, Export Mesh, Mesh From Shape, Regular solid, Unwrap Mesh, Unwrap Face
- Modifying: Harmonize Normals, Flip Normals, Fill Holes, Close Holes, Add Triangle, Remove Components, Remove Components Manually, Smooth, Refinement, Decimate, Scale
- Boolean: Union, Intersection, Difference
- Cutting: Cut, Trim, Trim With Plane, Section From Plane, Cross-Sections
- Components and segmentation: Merge, Split by Components, Segmentation, Segmentation From Best-Fit Surfaces
- Analyze: Evaluate and Repair, Face Info, Curvature Plot, Curvature Info, Evaluate Solid, Bounding Box Info
- Additional: Import Export Preferences, OpenSCAD Workbench, Mesh Scripting
- Getting started
- Installation: Download, Windows, Linux, Mac, Additional components, Docker, AppImage, Ubuntu Snap
- Basics: About FreeCAD, Interface, Mouse navigation, Selection methods, Object name, Preferences, Workbenches, Document structure, Properties, Help FreeCAD, Donate
- Help: Tutorials, Video tutorials
- Workbenches: Std Base, Assembly, BIM, CAM, Draft, FEM, Inspection, Material, Mesh, OpenSCAD, Part, PartDesign, Points, Reverse Engineering, Robot, Sketcher, Spreadsheet, Surface, TechDraw, Test Framework
- Hubs: User hub, Power users hub, Developer hub