FEM MaterialEditor: Difference between revisions

From FreeCAD Documentation
m (docnav)
m (docnav)
Line 1: Line 1:
<languages/>
<languages/>
<translate>
<translate>
{{docnav|[[Material_editor|Material editor]]|[[FEM_ElementRotation1D|Beam rotation]]|[[FEM_Module|FEM_Module]]}}
{{docnav|[[FEM_MaterialMechanicalNonlinear|Nonlinear mechanical material]]|[[FEM_ElementGeometry1D|Beam cross section]]|[[FEM_Module|FEM_Module]]}}


<!--T:1-->
<!--T:1-->
Line 47: Line 47:


<!--T:11-->
<!--T:11-->
{{docnav|[[Material_editor|Material editor]]|[[FEM_ElementRotation1D|Beam rotation]]|[[FEM_Module|FEM_Module]]}}
{{docnav|[[FEM_MaterialMechanicalNonlinear|Nonlinear mechanical material]]|[[FEM_ElementGeometry1D|Beam cross section]]|[[FEM_Module|FEM_Module]]}}
{{FEM Tools navi}}
{{FEM Tools navi}}
{{Userdocnavi}}
{{Userdocnavi}}

Revision as of 19:15, 7 February 2019

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

The material editor can currently be accessed by:

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.