FEM MaterialEditor: Difference between revisions

From FreeCAD Documentation
(Change icon sizes according to formatting standard)
(Updated Docnav.)
Line 1: Line 1:
<languages/>
<languages/>
<translate>
<translate>

<!--T:13-->
<!--T:13-->
{{Docnav
{{Docnav
|[[FEM_MaterialReinforced|Reinforced material (concrete)]]
|[[FEM_MaterialMechanicalNonlinear|Nonlinear mechanical material]]
|[[FEM_ElementGeometry1D|Beam cross section]]
|[[FEM_ElementGeometry1D|Beam cross section]]
|[[FEM_Module|FEM]]
|[[FEM_Module|FEM]]
|IconL=FEM_MaterialMechanicalNonlinear.svg
|IconL=FEM_MaterialReinforced.svg
|IconR=FEM_ElementGeometry1D.svg
|IconR=FEM_ElementGeometry1D.svg
|IconC=Workbench_FEM.svg
|IconC=Workbench_FEM.svg
Line 17: Line 18:
|MenuLocation=Model → Material → Material editor
|MenuLocation=Model → Material → Material editor
|Workbenches=[[Fem_Workbench|FEM]], [[Arch_Module|Arch]]
|Workbenches=[[Fem_Workbench|FEM]], [[Arch_Module|Arch]]
|Shortcut=
|Version=0.18
|Version=0.18
|SeeAlso=[[Material|Material]], [[Arch_SetMaterial|Arch SetMaterial]], [[FEM_tutorial|FEM tutorial]]
|SeeAlso=[[Material|Material]], [[Arch_SetMaterial|Arch SetMaterial]], [[FEM_tutorial|FEM tutorial]]
Line 73: Line 73:
<!--T:11-->
<!--T:11-->
{{Docnav
{{Docnav
|[[FEM_MaterialReinforced|Reinforced material (concrete)]]
|[[FEM_MaterialMechanicalNonlinear|Nonlinear mechanical material]]
|[[FEM_ElementGeometry1D|Beam cross section]]
|[[FEM_ElementGeometry1D|Beam cross section]]
|[[FEM_Module|FEM]]
|[[FEM_Module|FEM]]
|IconL=FEM_MaterialMechanicalNonlinear.svg
|IconL=FEM_MaterialReinforced.svg
|IconR=FEM_ElementGeometry1D.svg
|IconR=FEM_ElementGeometry1D.svg
|IconC=Workbench_FEM.svg
|IconC=Workbench_FEM.svg

Revision as of 18:44, 24 February 2021

Material editor

Menu location
Model → Material → Material editor
Workbenches
FEM, Arch
Default shortcut
None
Introduced in version
0.18
See also
Material, Arch SetMaterial, 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

Usage

The material editor can currently be accessed by either:

  1. Arch Workbench
  2. FEM Workbench
    • The Material editor icon
    • The menu Models → Material → Material editor entry
  3. Via python (see Scripting section below)

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.

Scripting

import MaterialEditor
MaterialEditor.openEditor()