FreeCAD Logo FreeCAD 1.0
  • Engelska Afrikaans Arabiska Belarusian Katalanska Tjeckiska Tyska Grekiska Spanska Spanska Baskisk Finska Filippinska Franska Galiciska Kroatiska Ungerska Indonesiska Italienska Japanska Kabyliska Koreansk Litauiska Nederländska Norwegian Bokmal Polska Portugisiska Portugisiska Rumänska Ryska Slovakiska Slovenska Serbiska Svenska Turkiska Ukrainska Valencianska Vietnamesiska Kinesiska Kinesiska
  • Funktioner
  • Hämta
  • Blogg
  • Dokumentation
    Documentation index Kom igång Användardokumentation FreeCAD-manualen Dokumentation för arbetsytor Python coding documentation C++ coding documentation Övningar Frequently asked questions Privacy policy Om FreeCAD
  • Bidra
    Hur hjälper du till Sponsor Report a bug Make a pull request Jobs and funding Contribution guidelines Developers handbook Översättningar
  • Gemenskap
    Code of conduct Forum The FPA GitHub GitLab Codeberg Mastodon Matrix IRC IRC via Webchat Gitter Discord Reddit Twitter Facebook LinkedIn Calendar
  • ♥ Donate

Donate

$
SEPA Information
Ställ in din SEPA-banköverföring till:
Beneficiary: The FreeCAD project association
IBAN: BE04 0019 2896 4531
BIC/SWIFT: GEBABEBBXXX
Bankombud: BNP Paribas Fortis
Adress: Rue de la Station 64, 1360 Perwez, Belgium

While Stripe doesn't support monthly donations, you can still become a sponsor! Simply make a one-time donation equivalent to 12 months of support, and you'll gain access to the corresponding sponsoring tier. It's an easy and flexible way to contribute.

If you are not sure or not able to commit to a regular donation, but still want to help the project, you can do a one-time donation, of any amount.

Choose freely the amount you wish to donate one time only.

You can support FreeCAD by sponsoring it as an individual or organization through various platforms. Sponsorship provides a steady income for developers, allowing the FPA to plan ahead and enabling greater investment in FreeCAD. To encourage sponsorship, we offer different tiers, and unless you choose to remain anonymous, your name or company logo will be featured on our website accordingly.

from 1 USD / 1 EUR per month. You will not have your name displayed here, but you will have helped the project a lot anyway. Together, normal sponsors maintain the project on its feet as much as the bigger sponsors.

from 25 USD / 25 EUR per month. Your name or company name is displayed on this page.

from 100 USD / 100 EUR per month. Your name or company name is displayed on this page, with a link to your website, and a one-line description text.

from 200 USD / 200 EUR per month. Your name or company name and logo displayed on this page, with a link to your website and a custom description text. Companies that have helped FreeCAD early on also appear under Gold sponsors.

Instead of donating each month, you might find it more comfortable to make a one-time donation that, when divided by twelve, would give you right to enter a sponsoring tier. Don't hesitate to do so!

Choose freely the amount you wish to donate each month.

Please inform your forum name or twitter handle as a notein your transfer, or reach to us, so we can give you proper credits!

Wall/sv
Arch CompRebarStraight/sv
Arch

Arch Structure

Menyplacering
Arch → Structure
Arbetsbänkar
Arch
Standard genväg
S T
Introducerad i version
-
Se även
Arch Wall Arch Rebar/sv

Beskrivning

The Arch Structure 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 (face, wire or sketch).

If no profile is given, a set of presets are available to quickly build a structural element from a predefined standard profile.

Column based on a 2D base profile; a column and a beam defined by their height, length and width, without a base profile; a metallic structure based on a 2D face

Bruk

  1. Select a 2D shape (Draft object, face or sketch) (optional).
  2. Select the Utils → Structure Tools → Structure option from the menu.
  3. Adjust the desired properties.

Options

  • When no base 2D object is selected, the structure tool has 2 drawing modes: Column and beam:
    • In column mode, you are asked to pick one point on screen or by entering coordinates. The new structural object will be placed at that point.
    • In beam mode, you are asked to pick two points on screen or by entering coordinates. The new structural object will span between these two points.
  • The height, width and length of a structure can be adjusted after creation
  • Press Esc or the Cancel button to abort the current command.
  • Double-clicking on the structure in the Tree View after it is created allows you to enter edit mode and access and modify its additions and subtractions
  • In edit mode, it is also possible to add axes systems to the structural element. When adding one axes system, the structural element will be copied once on each axis of the system. When adding two axes systems, the structural element will be copied once on each intersection of the two systems.

Properties

An Arch Structure object shares the common properties and behaviors of all Arch Components.

Data

Component

See Arch Component.

Extrusion Path

  • DataBase Mirror (Bool): TBD
  • DataBase Offset X (Distance): TBD
  • DataBase Offset Y (Distance): TBD
  • DataBase Perpendiculat To Tool (Bool): TBD
  • DataRotation (Angle): TBD
  • DataComputed Length (Length): TBD
  • DataTool (LinkSubList): an optional extrusion path, which can be any type of wire. If this property is empty, the extrusion will be straight, and happen in the direction given by the DataNormal property
  • DataTool Offset First (Distance): TBD
  • DataTool Offset Last (Distance): TBD

IFC

See Arch Component.

IFC Attributes

See Arch Component.

Structure

  • DataFace Maker (Enum): specifies the type of face generation algorithm to use to build the profile. The options are:
    • None
    • Simple: makes faces from all closed wires, ignoring overlaps.
    • Cheese: makes faces with holes, but no faces within holes.
    • Bullseye: makes faces with holes, including islands within holes.
  • DataHeight (Length): specifies the height of the structure, or the extrusion length when based on a profile. If no height is given, and the structure is inside an Arch Floor object with its height defined, the structure will automatically take the value of the floor height.
  • DataLength (Length): specifies the length of the structure. This is only used if the structure is not based on a profile.
  • DataNodes (VectorList): TBD.
  • DataNodes Offset (Distance): specifies an optional offset between the centerline and the nodes line.
  • DataNormal (Vector): specifies the direction in which the base face of this structure will be extruded. If this property is kept to (0,0,0), the direction will be automatically set to the normal direction of the base face.
  • DataProfile (String): TBD.
  • DataWidth (Length): specifies the width of the structure. This is only used if the structure is not based on a profile.

View

  • VyNodes Type: The type of structural nodes of this object, linear or area.
  • VyShow Nodes: Shows or hides the structural nodes.

Presets

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

Some presets for steel structures

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 Length/Height button can be used to switch Length and Height values, and therefore building a horizontal beam rather than a vertical column.
  • The Switch Length/Width button can be used to switch Length and Width values.

Some presets for precast concrete structures

Structural nodes

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

Structural nodes made visible for a set of structures

  • Nodes are calculated and updated automatically, as long as you don't modify them manually. If you did, they won't be updated if the shape of the structural object changes, unless you use the "Reset nodes" tool below.
  • Arch structures can have not only linear nodes, but also planar nodes. For this:
    1. There must be at least 3 vectors in the "Nodes" property of the object.
    2. The VyNodes Type property of their ViewObject must be set to "Area".
  • When the nodes calculation is automatic (that is, if you never touched them manually), when setting the "Role" property of a structure to "Slab", it will automatically become a planar node (there will be more than 3 vectors and the VyNodes Type property will be set to "Area").
  • When editing a structure object (double-click), a couple of node tools are available in the task panel:
    • Reset the nodes to automatic calculation, in case you modified them manually
    • Edit the nodes graphically, works the same way as Draft Edit
    • Extend the nodes of the edited object until it touches the node of another object
    • Make the node of this object and another one coincident
    • Toggle the display of all nodes of all structural objects of the document on/off

Scripting

Skript

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

structure = makeStructure(baseobj=None, height=None)
structure = makeStructure(baseobj=None, length=None, width=None, height=None, name="Structure")
  • Creates a structure object from the given baseobj, which is a closed profile, and the given extrusion height.
    • If no baseobj is given, you can provide the numerical values for the length, width, and height to create a block structure.
    • The baseobj can also be any existing solid object.

Example:

import FreeCAD
import Draft
import Arch

rect = Draft.make_rectangle(200, 300)
structure1 = Arch.makeStructure(rect, height=2000)
FreeCAD.ActiveDocument.recompute()

structure2 = Arch.makeStructure(None, length=500, width=1000, height=3000)
Draft.move(structure2, FreeCAD.Vector(2000, 0, 0))
FreeCAD.ActiveDocument.recompute()


Wall/sv
Arch CompRebarStraight/sv
Arch

Denna sida hämtas från https://wiki.freecad.org/Arch_Structure

Kontakta oss!
Forum GitHub Mastodon Matrix IRC Gitter.im Discord Reddit Twitter Facebook LinkedIn

© The FreeCAD Team. Homepage image credits (top to bottom): ppemawm, r-frank, epileftric, regis, rider_mortagnais, bejant.

This project is supported by: , KiCad Services Corp. och andra sponsorer

GitHubImprove this page on GitHub