|
poziția meniului |
---|
Arch → Stairs |
Ateliere |
Arch |
scurtătură |
S R |
Prezentat în versiune |
0.14 |
A se vedea, de asemenea, |
Arch Structure/ro, Arch Equipment/ro |
Instrumentul Scara vă permite să construiți automat mai multe tipuri de scări. În prezent, sunt suportate doar scările drepte (cu sau fără odihnă centrală). Scările pot fi construite de la zero sau dintr-o linie linie, caz în care scările urmează linia. Dacă linia nu este orizontală, dar are o înclinație verticală, scările vor urma și ele această pantă.
A se vedea Stairs entry in wikipedia pentru o definiție a diferitor termeni utilizați pentru a descrie piese/părți ale scărilor. (pentru liMba română avem https://www.spatiulconstruit.ro/ghid-de-constructii/scari-notiuni-generale-clasificari/9 )
În imaginea de mai suse, două scări au fost create, una cu o structură masivă și o odihnă, alta cu un singur vang central.
Complex stairs based on a selection of lines and wired as shown on the left.
In red the wires used for the landings at Z=1500mm, Z=3000mm and Z=4500mm.
In black the lines connecting them used for the flights.
An Arch Stairs object shares the common properties and behaviors of all Arch Components.
Segment and Parts
Vector
): (read-only) The absolute top level the stairs lead to.Link
): Last segment (flight or landing) of an Arch Stairs connecting to this segment. The start level of the stairs will be the end level of this last segment.VectorList
): The left outline of the stairs (read-only).VectorList
): The left outline of all segments of the stairs (read-only).VectorList
): The right outline of the stairs (read-only).VectorList
): The right outline of all segments of the stairs (read-only).Length
): Height of the left railing of the stairs or landing.Length
): Height of the right railing of the stairs or landing.LinkHidden
): The left railing object. introduced in 0.20: Property type updated from String
to LinkHidden
.Length
): Offset of the left railing from the edge of the stairs or landing.Length
): Offset of the right railing from the edge of the stairs or landing.LinkHidden
): The right railing object. introduced in 0.20: Property type updated from String
to LinkHidden
.Stairs
Steps
Structure
Stairs pot fi creat din scripturi Python și macros utilizând urmăotarea funcție:
Stairs = makeStairs(baseobj=None, length=None, width=None, height=None, steps=None, name="Stairs")
Exempluː
import Arch
Stairs = Arch.makeStairs(length=5000, width=1200, height=3000, steps=14)