Mesh Import/ro: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 3: Line 3:
{{Docnav
{{Docnav
|
|
|[[Mesh_Export|Mesh Export]]
|[[Mesh_Export|Export Mesh]]
|[[Mesh_Workbench|Mesh]]
|[[Mesh_Workbench|Mesh]]
|IconL=
|IconL=
Line 53: Line 53:
{{Docnav
{{Docnav
|
|
|[[Mesh_Export|Mesh Export]]
|[[Mesh_Export|Export Mesh]]
|[[Mesh_Workbench|Mesh]]
|[[Mesh_Workbench|Mesh]]
|IconL=
|IconL=

Revision as of 19:00, 1 December 2020

Mesh ImportMesh‏‎

Menu location
Meshes → Import Mesh
Workbenches
Mesh
Default shortcut
None
Introduced in version
-
See also
Std Import

Introducere

Acest instrument vă permite să importați un obiect mesh ca fișier *.STL, *.AST, *.BMS, *.OBJ, *.OFF, *.iv, *.PLY from the current document.

Utilizare

  1. Faceți clic pe or choose Mesh Import Mesh... din meniul principal.
  2. Selectați fișierul de importat

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')