FEM MaterialEditor: Difference between revisions

From FreeCAD Documentation
(Marked this version for translation)
m ((Vertical Docnav)(Vertical GuiCommand))
(5 intermediate revisions by 4 users not shown)
Line 2: Line 2:
<translate>
<translate>
<!--T:13-->
<!--T:13-->
{{Docnav
{{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}}
|[[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:1-->
<!--T:1-->
{{GuiCommand
{{GuiCommand|Name=Material_editor|Icon=Arch_Material_Group.svg|MenuLocation=Model → Material → Material editor||Workbenches=[[Fem Workbench|FEM]]|Shortcut=|SeeAlso=[[FEM_tutorial|FEM tutorial]]}}
|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-->

<!--T:19-->
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 19: Line 35:


<!--T:4-->
<!--T:4-->
* Arch Workbench:
* The '''Edit material''' button of the [[Arch SetMaterial|new material]] creation panel of the [[Arch Module|Arch Workbench]]
** The '''Edit material''' button of the [[Arch SetMaterial|new material]] creation panel of the [[Arch Module|Arch Workbench]]
* FEM Workbench:
** The menu Models → Material → Material editor
** The icon Material editor
* Via python:
* Via python:


Line 53: Line 73:
<!--T:10-->
<!--T:10-->
[[Category:Command Reference]]
[[Category:Command Reference]]
[[Category:Arch]]


<!--T:11-->
<!--T:11-->
{{Docnav
{{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}}
|[[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-->
<!--T:17-->
{{FEM Tools navi}}
{{FEM Tools navi}}


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

Revision as of 10:37, 15 January 2020

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:

  • Arch Workbench:
  • FEM Workbench:
    • The menu Models → Material → Material editor
    • The icon Material editor
  • Via python:

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.