- GuiCommand: Name:Material editor Icon:Arch_Material_Group.svg MenuLocation:Model → Material → Material editor Workbenches:FEM, Arch Version:0.18 SeeAlso:Material, Arch SetMaterial, FEM tutorial
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.
The material editor can currently be accessed by either:
- Arch Workbench
- The Set Material button of the New material creation panel of the Arch Workbench
- The menu Arch → Set material... entry
- FEM Workbench
- The Material editor icon
- The menu Models → Material → Material editor entry
- Via python (see Scripting section below)
-
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.
import MaterialEditor
MaterialEditor.openEditor()
{{FEM Tools navi}}
documentation index > Material > Material editor