cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 
Starting August 6, 2024, TLS 1.2 will be the minimum required protocol version for Graphisoft products and services that require an online connection. License Manager Tool update is required on Windows. Learn more…
Libraries & objects
About Archicad and BIMcloud libraries, their management and migration, objects and other library parts, etc.

!Restored: hand rails

Anonymous
Not applicable
I am trying to place metal handrails (for ADA) on stairs and ramps, any body have a clue how i could show this? They need to stick out beyond the stair or ramp
10 REPLIES 10
Anonymous
Not applicable
ASH,
If you had CadImage's Profiler you could make this handrail.
You could script it in GDL or you can make one using
complex profiles and the beam tool.
I just made a sloped hand rail with ends that returned to the
wall by drawing a fill the shape of a 2" dia. circle and pasting
it into the complex profile editor and selecting the beam tool
to use the shape. The beam tool can make a sloped beam
so it can follow a stair or ramp.
Peter Devlin
Unfortunately, none of the stair tools out there allow for ADA requirements (not ArchiStair, StairBuilder, StairMaker nor the Stair Objects). I experimented with CadImages Profiler and the Trussmaker tool (both work OK) but have resorted to creating a "Simple Handrail" Object.

(if anyone can tell me how to fillet the corner with a radius...)
MacBook Pro Apple M2 Max, 96 GB of RAM
AC27 US (5003) on Mac OS Ventura 13.6.2
Started on AC4.0 in 91/92/93; full-time user since AC8.1 in 2004
P.S. This object was "inspired" by "Rail Tube 10" from the AOL, which may very well suit your needs.
MacBook Pro Apple M2 Max, 96 GB of RAM
AC27 US (5003) on Mac OS Ventura 13.6.2
Started on AC4.0 in 91/92/93; full-time user since AC8.1 in 2004
Anonymous
Not applicable
Laura,
Look at the code for the example TUBE in the GDL manual
to see how to code the path to make an arc.
This is all you need to "fillet the corner with a radius".
Peter Devlin
Aussie John
Newcomer
Peter wrote:
Laura,
Look at the code for the example TUBE in the GDL manual
to see how to code the path to make an arc.
This is all you need to "fillet the corner with a radius".
Peter Devlin
As far as I know tubes can only follow straight line paths so arcs need to be segmented.
Cheers John
John Hyland : ARINA : www.arina.biz
User ver 4 to 12 - Jumped to v22 - so many options and settings!!!
OSX 10.15.6 [Catalina] : Archicad 22 : 15" MacBook Pro 2019
[/size]
Anonymous
Not applicable
John,
You are correct.
I should have been more precise and said "approximates an arc
with mitered straight segments".
Peter Devlin
Peter wrote:
Laura,
Look at the code for the example TUBE in the GDL manual
to see how to code the path to make an arc.
This is all you need to "fillet the corner with a radius".
Peter Devlin
That I did, and I understood it to a point, and then was totally lost (I wish the example was easier to follow).
MacBook Pro Apple M2 Max, 96 GB of RAM
AC27 US (5003) on Mac OS Ventura 13.6.2
Started on AC4.0 in 91/92/93; full-time user since AC8.1 in 2004
Anonymous
Not applicable
Hello Laura,
I know exactly what you mean.
I just looked at that code again and "was totally lost".
When I was learning the TUBE command I re-wrote
the example so that I could understand it and to make
it parametric. Instead of using some arbitrary dimension
I, for example, used the variable "R" to stand for the radius
of the "arc". The attachment is this object and hopefully
the code is more clear than the code in the manual.
Peter Devlin
Aussie John
Newcomer
the cross section of the tube is defined (like a poly shape), then the path it follows is defined as xyz coordinates. The cross section can twist as it follows the path as well but from most instances stays at 0

The thing to note is the first and last sections of the path are always invisible and are used to define the angle of end mitres (ie if the path continues along the same line the end will be square, if goes off at 90º will have 45º mitre.)
Cheers John
John Hyland : ARINA : www.arina.biz
User ver 4 to 12 - Jumped to v22 - so many options and settings!!!
OSX 10.15.6 [Catalina] : Archicad 22 : 15" MacBook Pro 2019
[/size]