Mesh Import/ru
Appearance
Outdated translations are marked like this.
|
|
| Расположение в меню |
|---|
| Сетки → Импорт сетки |
| Верстаки |
| Mesh |
| Быстрые клавиши |
| Нет |
| Представлено в версии |
| - |
| См. также |
| Импорт файла |
Description
The Mesh Import command imports geometry from a mesh file format into the active document. Several file formats are supported. The command creates a non-parametric mesh object, a Mesh Feature.
Usage
- There are several ways to invoke the command:
- Press the
Import Mesh… button.
- Select the Meshes →
Import Mesh… option from the menu.
- Select the
Import Mesh… option from the Tree View context menu or 3D View context menu. This option is only available if an existing mesh object has been selected. Note that the selected object is actually not used or modified by the command.
- Press the
- Optionally select the correct file format in the dialog box.
- Select a file.
- Press the Open button.
Supported file formats
The command supports: stl, ast, bms, obj, off, iv, ply, nas and bdf files. For the NASTRAN (nas/bdf) file format, only GRID, CTRIA3 and CQUAD4 cards are supported.
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")
- 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
- Начинающим
- Установка: Загрузка, Windows, Linux, Mac, Дополнительных компонентов, Docker, AppImage, Ubuntu Snap
- Базовая: О FreeCAD, Интерфейс, Навигация мыши, Методы выделения, Имя объекта, Настройки, Верстаки, Структура документа, Свойства, Помоги FreeCAD, Пожертвования
- Помощь: Учебники, Видео учебники
- Верстаки: Std Base, Arch, Assembly, CAM, Draft, FEM, Inspection, Mesh, OpenSCAD, Part, PartDesign, Points, Reverse Engineering, Robot, Sketcher, Spreadsheet, Surface, TechDraw, Test Framework