FEM Éditeur de matériaux

From FreeCAD Documentation
Revision as of 14:32, 25 February 2016 by Mario52 (talk | contribs) (Created page with "L'éditeur de matériaux alloue, édite ou sauve les informations contenues dans FreeCAD material. Le module matériaux est aussi utilisé par les ateliers F...")

L'éditeur de matériaux alloue, édite ou sauve les informations contenues dans FreeCAD material. Le module matériaux est aussi utilisé par les ateliers FEM et Arch

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.