Arch Roof/cs


Arch Roof.png Arch Střecha

Umístění Menu
Arch → Střecha
Pracovní stoly
Arch
Výchozí zástupce
R F
Viz také
Nikdo


Popis

Nástroj Střecha umožňuje vytvořit šikmou střechu z vybraných drátů. Vytvořená střecha je parametrická a udržuje vztahy se základním objektem. Mějte na paměti, prosím, že tento nástroj je stále ještě ve vývoji a může zhavarovat u velmi komplexních tvarů. Vše je založeno na principu, že každá viditelná hrana je přidělena profilu střechy (sklon, šířka, přesah, tloušťka, atd)

RoofExample.png

Použití

  1. Create a wire with following the conterclockwise direction and select it.
    • CounterclockwiseWire.png
  2. Press the Arch Roof.png Arch Roof button, or press R then F keys
  3. The default roof object could have a strange shape, it's because the tool have not all the needed informations.
  4. After creating the default roof, double click on the object in the tree view to access and edit all the properties. Angle must be between 0 and 90.
    • RoofTable.png
  5. Each line correspond to a roof pane. So you can set properties you want for each roof pane.
  6. To help you, you can set Angle or Run to 0 and defined a Relative Id, this make automatic calculs to find the data relative to the relative Id.
  7. It work like this :
    1. If Angle = 0 and Run = 0 then profile is identical to the relative profile.
    2. If Angle = 0 then angle is calculated so that the height is the same one as the relative profile.
    3. If Run = 0 then Run is calculated so that the height is the same one as the relative profile.
  8. At the end, set an angle to 90° to make a gable.
    • RoofProfil.png
  9. Also you can check this video : https://www.youtube.com/watch?v=4Urwru71dVk

Options

Vlastnosti

Skriptování

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

makeRoof (baseobj,[facenr],[angles],[runs],[idrel],[thickness],[overhang],[name]) 
Vytvoří střechu založenou na uzavřeném drátu. Můžete dodat seznam úhlů, vnitřních šířek, idrel (relativních Id), tlouštěk, přesahů pro každou hranu v drátu, který definuje tvar střechy. Standard pro úhel je 45 stupňů a seznam je automaticky zkompletován tak aby odpovídal počtu hran v drátu.

Příklad:

import Arch, Draft
rect = Draft.makeRectangle(30,40)
Arch.makeRoof(rect,angles=[30.,]) 
Online version: "http://www.freecadweb.org/wiki/index.php?title=Arch_Roof/cs&oldid=230738"

Navigation menu