FEM MaterialEditor/pt-br: Difference between revisions

From FreeCAD Documentation
m (FuzzyBot moved page Material editor/pt-br to FEM MaterialEditor/pt-br without leaving a redirect: Part of translatable page "Material editor")
(Updating to match new version of source page)
Line 1: Line 1:
<languages/>
<languages/>


!!FUZZY!!{{Docnav
<div class="mw-translate-fuzzy">
{{Docnav
|[[FEM_MaterialReinforced/pt-br|Material reforçado]]
|[[FEM_MaterialReinforced/pt-br|Material reforçado]]
|[[FEM_ElementGeometry1D/pt-br|Seção transversal da viga]]
|[[FEM_ElementGeometry1D/pt-br|Seção transversal da viga]]
Line 10: Line 9:
|IconC=Workbench_FEM.svg
|IconC=Workbench_FEM.svg
}}
}}
</div>


{{GuiCommand
{{GuiCommand
Line 61: Line 59:




!!FUZZY!!{{Docnav
<div class="mw-translate-fuzzy">
{{Docnav
|[[FEM_MaterialReinforced/pt-br|Material reforçado]]
|[[FEM_MaterialReinforced/pt-br|Material reforçado]]
|[[FEM_ElementGeometry1D/pt-br|Seção transversal da viga]]
|[[FEM_ElementGeometry1D/pt-br|Seção transversal da viga]]
Line 70: Line 67:
|IconC=Workbench_FEM.svg
|IconC=Workbench_FEM.svg
}}
}}
</div>


{{FEM Tools navi{{#translation:}}}}
{{FEM Tools navi{{#translation:}}}}

Revision as of 09:03, 13 June 2022

Other languages:

!!FUZZY!!

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

Descrição

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

Utilização

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)

Opções

  • 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()


!!FUZZY!!