FEM MaterialEditor: Difference between revisions

From FreeCAD Documentation
m (Icon)
(Marked this version for translation)
Line 7: Line 7:
{{GuiCommand|Name=Material_editor|Icon=Arch_Material_Group.svg|MenuLocation=Model → Material → Material editor||Workbenches=[[Fem Workbench|FEM]]|Shortcut=|SeeAlso=[[FEM_tutorial|FEM tutorial]]}}
{{GuiCommand|Name=Material_editor|Icon=Arch_Material_Group.svg|MenuLocation=Model → Material → Material editor||Workbenches=[[Fem Workbench|FEM]]|Shortcut=|SeeAlso=[[FEM_tutorial|FEM tutorial]]}}


==Description== <!--T:14-->
==Description== <!--T:14-->
The Material Editor allows you to edit and save the information contained in a [[Material|FreeCAD material]]. Currently such materials are used by the [[FEM Module|FEM]] and [[Arch Module|Arch]] workbenches.
The Material Editor allows you to edit and save the information contained in a [[Material|FreeCAD material]]. Currently such materials are used by the [[FEM Module|FEM]] and [[Arch Module|Arch]] workbenches.


Line 57: Line 57:
{{Docnav|[[FEM_MaterialMechanicalNonlinear|Nonlinear mechanical material]]|[[FEM_ElementGeometry1D|Beam cross section]]|[[FEM_Module|FEM]]|IconL=FEM_MaterialMechanicalNonlinear.png|IconC=Workbench_FEM.svg|IconR=FEM_ElementGeometry1D.png}}
{{Docnav|[[FEM_MaterialMechanicalNonlinear|Nonlinear mechanical material]]|[[FEM_ElementGeometry1D|Beam cross section]]|[[FEM_Module|FEM]]|IconL=FEM_MaterialMechanicalNonlinear.png|IconC=Workbench_FEM.svg|IconR=FEM_ElementGeometry1D.png}}


<!--T:17-->
{{FEM Tools navi}}
{{FEM Tools navi}}


<!--T:18-->
{{Userdocnavi}}
{{Userdocnavi}}
</translate>
</translate>

Revision as of 10:15, 11 February 2019

Material_editor

Menu location
Model → Material → Material editor
Workbenches
FEM
Default shortcut
None
Introduced in version
-
See also
FEM tutorial

Description

The Material Editor allows you to edit and save the information contained in a FreeCAD material. Currently such materials are used by the FEM and Arch workbenches.

File:Material editor.jpg

How to use

The material editor can currently be accessed by:

Scripting

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.