!Restored: hand rails
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2006-12-13 10:01 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2006-12-13 10:46 PM
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2006-12-13 11:37 PM
(if anyone can tell me how to fillet the corner with a radius...)
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2006-12-14 01:23 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2006-12-14 02:24 AM
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2006-12-14 04:51 AM
Peter wrote:As far as I know tubes can only follow straight line paths so arcs need to be segmented.
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
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]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2006-12-14 05:46 AM
You are correct.
I should have been more precise and said "approximates an arc
with mitered straight segments".
Peter Devlin

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2006-12-14 04:49 PM
Peter wrote:That I did, and I understood it to a point, and then was totally lost (I wish the example was easier to follow).
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
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2006-12-14 08:15 PM
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2006-12-14 11:20 PM
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.)
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]