FEM MaterialEditor/ru: Difference between revisions

From FreeCAD Documentation
(Created page with "Редактор материалов сейчас может быть доступен через:")
(Created page with "* Кнопку '''Edit material''' панели создания материалов new material верстака Arch * Или ч...")
Line 5: Line 5:
Редактор материалов сейчас может быть доступен через:
Редактор материалов сейчас может быть доступен через:


* The '''Edit material''' button of the [[Arch SetMaterial|new material]] creation panel of the [[Arch Module|Arch Workbench]]
* Кнопку '''Edit material''' панели создания материалов [[Arch SetMaterial/ru|new material]] [[Arch Module/ru|верстака Arch]]
* Или через Python:
* Via python:
<syntaxhighlight>
<syntaxhighlight>
import MaterialEditor
import MaterialEditor

Revision as of 05:27, 18 November 2016

Редактор материалов позволяет редактировать и сохранять информацию в материалах FreeCAD. Сейчас эти материалы используются в верстаках FEM и Arch.

File:Material editor.jpg

Редактор материалов сейчас может быть доступен через:

 import MaterialEditor
 MaterialEditor.openEditor()

Options

  • Browser button: Opens the contents of the URL property in a browser
  • Material card: Allows to choose a preset to fill in the fields
  • Open: Opens a .FCMat file
  • Save as: Saves the contents of the editor as a new .FCMat file
  • Preview: Not implemented yet
  • Properties editor: Allows to edit the contents of the material properties
  • Add property: Allows to add a new custom property
  • Delete property: Deletes a selected property. Only custom properties can be deleted

Note:

  • The OK and Cancel buttons have the same effect when the Material editor is not used to edit directly the material property of an existing object.