Mesh: Importa
Jump to navigation
Jump to search
Mesh
User documentation
|
Posizione nel menu |
---|
Mesh → Importa mesh... |
Ambiente |
Mesh |
Avvio veloce |
Nessuno |
Introdotto nella versione |
- |
Vedere anche |
Importa, Apri, Importazione e Esportazione |
Descrizione
Il comando Importa mesh importa la geometria da un formato file mesh nel documento attivo. Sono supportati diversi formati di file. Il comando crea un oggetto mesh non parametrico, una Mesh Feature.
Utilizzo
- Esistono diversi modi per invocare il comando:
- Premere il pulsante
Importa mesh.
- Selezionare l'opzione Mesh →
Importa mesh... dal menu.
- Selezionare l'opzione
Importa mesh... dal menu contestuale della vista ad albero o della vista 3D. Questa opzione è disponibile solo se è stato selezionato un oggetto mesh esistente. Notare che l'oggetto selezionato non viene effettivamente utilizzato o modificato dal comando.
- Premere il pulsante
- Facoltativamente, selezionare il formato file corretto nella finestra di dialogo.
- Selezionare un file.
- Premere il pulsante Apri.
Formati di file supportati
Il comando supporta: file stl, ast, bms, obj, off, iv, ply, nas e bdf. Per il formato file NASTRAN (nas/bdf), sono supportate solo le schede GRID, CTRIA3 e CQUAD4.
Preferenze
- L'ultima posizione del file utilizzato viene memorizzata in: Strumenti → Modifica parametri... → BaseApp → Preferences → General → FileOpenSavePath.
Proprietà
Vedere: Mesh Feature.
Script
Vedere anche: Script di base per FreeCAD
Per importare un file mesh utilizzare il metodo insert
del modulo Mesh.
import Mesh
Mesh.insert('D:/testfiles/cylinder.stl')
- Miscellaneous: Import mesh, Export mesh, Create mesh from shape, Regular solid, Unwrap Mesh, Unwrap Face
- Modifying: Harmonize normals, Flip normals, Fill holes, Close hole, Add triangle, Remove components, Remove components by hand, Smooth, Refinement, Decimation, Scale
- Boolean: Union, Intersection, Difference
- Cutting: Cut mesh, Trim mesh, Trim mesh with a plane, Create section from mesh and plane, Cross-sections
- Components and segments: Merge, Split by components, Create mesh segments, Create mesh segments from best-fit surfaces

- 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, Arch, Draft, FEM, Inspection, Mesh, OpenSCAD, Part, PartDesign, Path, Points, Reverse Engineering, Robot, Sketcher, Spreadsheet, Start, Surface, TechDraw, Test Framework, Web
- Hubs: User hub, Power users hub, Developer hub