Arch MultiMaterial: Difference between revisions

From FreeCAD Documentation
No edit summary
(Module to Workbench renaming.)
Line 1: Line 1:
<languages/>
<languages/>
<translate>
<translate>

<!--T:14-->
<!--T:14-->
{{Docnav
{{Docnav
|[[Arch_SetMaterial|SetMaterial]]
|[[Arch_SetMaterial|SetMaterial]]
|[[Arch_Schedule|Schedule]]
|[[Arch_Schedule|Schedule]]
|[[Arch_Module|Arch]]
|[[Arch_Workbench|Arch]]
|IconL=Arch_SetMaterial.svg
|IconL=Arch_SetMaterial.svg
|IconR=Arch_Schedule.svg
|IconR=Arch_Schedule.svg
Line 15: Line 16:
|Name=Arch MultiMaterial
|Name=Arch MultiMaterial
|MenuLocation=Arch → Material tools → Multi-Material
|MenuLocation=Arch → Material tools → Multi-Material
|Workbenches=[[Arch_Module|Arch]], [[BIM_Workbench|BIM]]
|Workbenches=[[Arch_Workbench|Arch]], [[BIM_Workbench|BIM]]
|SeeAlso=[[Arch_SetMaterial|Arch SetMaterial]], [[Arch_CompSetMaterial|Arch CompSetMaterial]]
|SeeAlso=[[Arch_SetMaterial|Arch SetMaterial]], [[Arch_CompSetMaterial|Arch CompSetMaterial]]
}}
}}
Line 22: Line 23:


<!--T:3-->
<!--T:3-->
The Multi-Material tool defines a list of [[Material|materials]] with, for each material, a name and a thickness value. This multi-materials list can then be added to an [[Arch Module|Arch]] object instead of a single [[Arch SetMaterial|Arch Material]] .
The Multi-Material tool defines a list of [[Material|materials]] with, for each material, a name and a thickness value. This multi-materials list can then be added to an [[Arch_Workbench|Arch]] object instead of a single [[Arch SetMaterial|Arch Material]] .


<!--T:4-->
<!--T:4-->
Line 69: Line 70:


==Scripting== <!--T:19-->
==Scripting== <!--T:19-->



<!--T:15-->
<!--T:15-->
Line 74: Line 76:
|[[Arch_SetMaterial|SetMaterial]]
|[[Arch_SetMaterial|SetMaterial]]
|[[Arch_Schedule|Schedule]]
|[[Arch_Schedule|Schedule]]
|[[Arch_Module|Arch]]
|[[Arch_Workbench|Arch]]
|IconL=Arch_SetMaterial.svg
|IconL=Arch_SetMaterial.svg
|IconR=Arch_Schedule.svg
|IconR=Arch_Schedule.svg
Line 81: Line 83:


</translate>
</translate>


{{Arch Tools navi{{#translation:}}}}
{{Arch Tools navi{{#translation:}}}}

{{Userdocnavi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}

Revision as of 10:00, 28 August 2021

Arch MultiMaterial

Menu location
Arch → Material tools → Multi-Material
Workbenches
Arch, BIM
Default shortcut
None
Introduced in version
-
See also
Arch SetMaterial, Arch CompSetMaterial

Description

The Multi-Material tool defines a list of materials with, for each material, a name and a thickness value. This multi-materials list can then be added to an Arch object instead of a single Arch Material .

Not all Arch objects can currently make use of multi-materials, and the use they do of it differs. Currently:

  • Walls with a MultiMaterial will use the material definitions and thicknesses to create a multi-layer wall
  • Windows with a MultiMaterial will attribute materials with a given name defined inside the MultiMaterial to window components with a same name or type (see below). Material thickness is not considered.
  • Panels with a MultiMaterial will use the material definitions and thicknesses to create a multi-layer panel

Usage

  1. Create first a series of Arch Materials that you will need in your Multi-Material.
  2. Optionally, select an Arch object you wish to attribute the new Multi-Material to.
  3. Press the Multi-Material button.
  4. Set the desired material layers.

Options

Upon creating or editing a multi-material by double-clicking it in the tree, the following options are available:

  • Duplicate another existing Multi-Material from the same document. This only copies the values over, and doesn't link the two multi-materials in any way.
  • The Name field will also set the material object's Label
  • The Composition list is the list of the different material layers that compose this multi-material. Each layer has a name, a material and a thickness value.
  • Click Add to add a new layer, Up to move a selected layer up, Down to move a selected layer down, or Del to delete a selected layer.
  • Double-click the name of a layer to edit it, the material will offer you a drop-down list of available Arch Materials in the same document, and thickness can be set to any value in any unit
  • Name and Material fields are mandatory. Thickness can be left blank (it will then adopt a value of 0).
  • When a multi-material contains layers with a thickness of zero, that thickness is considered variable. Arch objects that use the multi-material, such as Walls and Panels, will treat that accordingly, and give that layer the remaining space available given their own width or thickness.
  • If you name the different components of a multi-material "Frame", "Solid panel", "Glass panel" or "Louvre", and apply that material to a window, the given materials will be applied to the corresponding window components.

Relation to IFC

This roughly corresponds to a combination of IfcMaterialLayerSet and IfcMaterialLayer.

Limitations

Scripting