Arch Structure/cs


Arch Structure.png Struktury

Umístění Menu
Arch → Struktura
Pracovní stoly
Arch
Výchozí zástupce
S T
Viz také
Zed'


Popis

Tento nástroj Vám umožní stavět strukturované prvky jako jsou sloupy nebo příčníky specifikováním jejich šířky, délky a výšky nebo jejich založením na 2D profilu.

Arch Structure example.jpg

The above image shows a column based on a 2D base profile, a column and a beam based on no profile (defined by their height, length and width dimensions) and a metallic profile based on a 2D contour (face, wire or sketch). Additionally, a certain number of presets available during object creation, allow you to quickly build a structural element from a predefined standard profile.

Použití

  1. Vyberte 2D tvar (nakreslený objekt, povrch nebo náčrt) (volitelné)
  2. Stiskněte tlačítko Arch Structure.png Arch Struktura nebo stiskněte klávesy S a T
  3. Nastavte požadované vlastnosti

Volby

Vlastnosti

Presets

The Structure tool also features a series of presets that allow to quickly build standard metallic profiles or precast concrete elements.

Arch presets example.jpg

The presets are obtained by choosing a Category from the structure options panel. Available categories are Precast concrete or any of the industry-standard metallic profiles such as HEA, HEB or INP. For each of these categories, a number of presets are available. Once a preset is chosen, its individual parameters such as Length, Width or Height can be adjusted. However, for metallic profiles, the profile size is set by the preset and cannot be changed.

The Switch L/H button can be used to switch Length and Height values, and therefore building a horizontal beam rather than a vertical column.

Arch precast example.jpg

Structural nodes

Structural objects also have the ability to display structural nodes. Structural nodes are a sequence of 3D points stored in a "Nodes" property. By switching the "Show Nodes" view property on/off, one can see the structural nodes of a structural element:

Arch structural nodes.jpg

Skriptování

Nástroj Struktura může být využit v makrech a z konzoly Pythonu použitím následující funkce:

makeStructure ([obj],[length],[width],[height],[name]) 
vytvoří strukturální prvek založený na daném profilu a daném vysunutí do výšky. Není-li zadán žádný profil, můžete specifikovat délku a šířku trojrozměrného objektu.

Příklad:

import Arch
Arch.makeStructure(0.5,1,3) 
Online version: "http://www.freecadweb.org/wiki/index.php?title=Arch_Structure/cs&oldid=230686"

Navigation menu