Arch Structure/ru


Arch Structure.png Arch Structure

Расположение в меню
Архитектура → Структура
Верстаки
Arch
Быстрые клавиши
S T
См. также
Стена


Description

This tool allows you to build structural elements such as columns or beams, by specifying their width, length and height, or by basing them on a 2D profile.

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.

How to use

  1. Select a 2D shape (draft object, face or sketch) (optional)
  2. Press the Arch Structure.png Arch Structure button, or press S then T keys
  3. Adjust the desired properties

Options

Properties

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

Scripting

The Structure tool can by used in macros and from the python console by using the following function:

makeStructure ([obj],[length],[width],[height],[name]) 
creates a structure element based on the given profile object and the given extrusion height. If no base object is given, you can also specify length and width for a cubic object.

Example:

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

Navigation menu