Mesh Export/ru: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 28: Line 28:
# Select mesh object to be exported
# Select mesh object to be exported
# Invoke Export Mesh command using several ways:
# Invoke Export Mesh command using several ways:
#* Press on the [[Image:Mesh_ExportMesh.svg|32px]] button in the Mesh Toolbar
#* Press on the [[Image:Mesh_Export.svg|32px]] button in the Mesh Toolbar
#* Use the {{MenuCommand|Meshes → [[Image:Mesh_ExportMesh.svg|32px]] Export Mesh...}} entry from the Mesh menu.
#* Use the {{MenuCommand|Meshes → [[Image:Mesh_Export.svg|32px]] Export Mesh...}} entry from the Mesh menu.


==Notes==
==Notes==

Revision as of 16:06, 20 February 2020

Other languages:

This documentation is not finished. Please help and contribute documentation.

GuiCommand model explains how commands should be documented. Browse Category:UnfinishedDocu to see more incomplete pages like this one. See Category:Command Reference for all commands.

See WikiPages to learn about editing the wiki pages, and go to Help FreeCAD to learn about other ways in which you can contribute.

Mesh ExportMesh‏‎

Системное название
Mesh ExportMesh‏‎
Расположение в меню
Сетки → Экспорт сетки
Верстаки
Mesh
Быстрые клавиши
Нет
Представлено в версии
-
См. также
Экспорт файла

Description

This tool allows you to export a mesh object as file *.STL, *.AST, *.BMS, *.OBJ, *.OFF, *.iv, *.PLY from the current document.

Usage

  1. Select mesh object to be exported
  2. Invoke Export Mesh command using several ways:
    • Press on the button in the Mesh Toolbar
    • Use the Meshes → Export Mesh... entry from the Mesh menu.

Notes

Scripting

Related