Architektura: Materiał wielowarstwowy

From FreeCAD Documentation
Revision as of 07:10, 5 May 2024 by Kaktus (talk | contribs) (Created page with "Po utworzeniu lub edycji materiału wielowarstwowego poprzez dwukrotne kliknięcie go w drzewie, dostępne są następujące opcje:")

Architektura: Narzędzia materiałowe

Lokalizacja w menu
Architektura → Narzędzia materiałowe → Materiał wielowarstwowy
Środowisko pracy
Architektura, BIM
Domyślny skrót
brak
Wprowadzono w wersji
0.17
Zobacz także
Materiał, Narzędzia materiałowe

Opis

Narzędzie Materiał wielowarstwowy definiuje listę materiały z nazwą i wartością grubości dla każdego materiału. Taką listę materiałów można następnie dodać do obiektu Architektury zamiast pojedynczego materiału.

Nie wszystkie obiekty Architektury mogą obecnie korzystać z materiałów wielowarstwowych, a sposób ich wykorzystania jest różny. Obecnie:

  • Ściana z materiałem wielowarstwowym użyje definicji materiału i grubości do stworzenia wielowarstwowej ściany.
  • Okno z materiałem wielowarstwowym przypisze materiały o danej nazwie zdefiniowanej wewnątrz materiału wielowarstwowego do komponentów okna o tej samej nazwie lub typie (patrz poniżej). Grubość materiału nie jest brana pod uwagę.
  • Panel z materiałem wielowarstwowym użyje definicji i grubości materiału do utworzenia wielowarstwowego panelu.

Użycie

  1. Stwórz najpierw serię materiałów, które będą potrzebne w twoim materiale wielowarstwowym.
  2. Opcjonalnie, wybierz obiekt Architektury, któremu chcesz przypisać nowy materiał wielowarstwowy.
  3. Naciśnij przycisk Materiał wielowarstwowy.
  4. Ustaw żądane warstwy materiału.

Opcje

Po utworzeniu lub edycji materiału wielowarstwowego poprzez dwukrotne kliknięcie go w drzewie, dostępne są następujące opcje:

  • 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