FEM Редактор материалов

From FreeCAD Documentation
Revision as of 05:27, 18 November 2016 by Baritone (talk | contribs) (Created page with "* Кнопку '''Edit material''' панели создания материалов new material верстака Arch * Или ч...")

Редактор материалов позволяет редактировать и сохранять информацию в материалах 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.