Arch MultiMaterial: Difference between revisions

From FreeCAD Documentation
(Created page with "<translate> {{GuiCommand|Name=Arch MultiMaterial|Workbenches=Arch|MenuLocation=Arch → Multi-Material}} == Description == The Multi-Material tool defines a...")
 
(Marked this version for translation)
Line 1: Line 1:
<translate>
<translate>


<!--T:1-->
{{GuiCommand|Name=Arch MultiMaterial|Workbenches=[[Arch Module|Arch]]|MenuLocation=Arch → Multi-Material}}
{{GuiCommand|Name=Arch MultiMaterial|Workbenches=[[Arch Module|Arch]]|MenuLocation=Arch → Multi-Material}}


== Description ==
== Description == <!--T:2-->


<!--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 Module|Arch]] object instead of a single[[Arch SetMaterial|Arch Material]] .


<!--T:4-->
[[Image:Arch multimaterial example.png]]
[[Image:Arch multimaterial example.png]]


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


<!--T:6-->
* [[Arch Wall|Walls]] with a MultiMaterial will use the material definitions and thicknesses to create a multi-layer wall
* [[Arch Wall|Walls]] with a MultiMaterial will use the material definitions and thicknesses to create a multi-layer wall
* [[Arch Window|Windows]] with a MultiMaterial will attribute materials with a given name defined inside the MultiMaterial to window components with a same name. Material thickness is not considered.
* [[Arch Window|Windows]] with a MultiMaterial will attribute materials with a given name defined inside the MultiMaterial to window components with a same name. Material thickness is not considered.
* [[Arch Panel|Panels]] with a MultiMaterial will use the material definitions and thicknesses to create a multi-layer panel
* [[Arch Panel|Panels]] with a MultiMaterial will use the material definitions and thicknesses to create a multi-layer panel


== How to use ==
== How to use == <!--T:7-->


<!--T:8-->
# Create first a series of [[Arch SetMaterial|Arch Materials]] that you will need in your Multi-Material
# Create first a series of [[Arch SetMaterial|Arch Materials]] that you will need in your Multi-Material
# Optionally, select an Arch object you wish to attribute the new Multi-Material to
# Optionally, select an Arch object you wish to attribute the new Multi-Material to
Line 22: Line 28:
# Set the desired material layers
# Set the desired material layers


== Options ==
== Options == <!--T:9-->


<!--T:10-->
[[Image:Arch multimaterial panel.png]]
[[Image:Arch multimaterial panel.png]]


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


<!--T:12-->
* '''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.
* '''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 '''Name''' field will also set the material object's Label

Revision as of 16:18, 3 May 2017

Arch MultiMaterial

Menu location
Arch → Multi-Material
Workbenches
Arch
Default shortcut
None
Introduced in version
-
See also
None

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 singleArch 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. Material thickness is not considered.
  • Panels with a MultiMaterial will use the material definitions and thicknesses to create a multi-layer panel

How to use

  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.