Anyone have a Better Section Marker Object?
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2004-03-02 06:08 PM
‎2004-03-02
06:08 PM
Does anyone out there have modified section marker object that has the ability to report the drawing number in PlotMaker?
Thank you.
8 REPLIES 8

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2004-03-02 06:46 PM
‎2004-03-02
06:46 PM
are you using the 8.1 library parts?
The 8.0 Library parts could not do this.
The 8.0 Library parts could not do this.
Tom Waltz
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2004-03-02 06:51 PM
‎2004-03-02
06:51 PM
Yes, I'm using the new 8.1 library parts.
The detail part has the drawing numbering ability but the section marker does not. Seems to be relatively logical that if one can do it the other could.
I don't have great GDL chops so I was wondering if someone out there had already tackled this problem.
The detail part has the drawing numbering ability but the section marker does not. Seems to be relatively logical that if one can do it the other could.
I don't have great GDL chops so I was wondering if someone out there had already tackled this problem.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2004-03-02 06:54 PM
‎2004-03-02
06:54 PM
John wrote:AFAIR Eric Batte was tweaking the marker for this purpose once upon a time ... Alex will know?
Yes, I'm using the new 8.1 library parts.
The detail part has the drawing numbering ability but the section marker does not. Seems to be relatively logical that if one can do it the other could.
I don't have great GDL chops so I was wondering if someone out there had already tackled this problem.
Djordje
ArchiCAD since 4.55 ... 1995
HP Omen
ArchiCAD since 4.55 ... 1995
HP Omen

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2004-03-02 10:03 PM
‎2004-03-02
10:03 PM
Which section marker are you using?
Which 8.1 library version? (English, International, etc)?
Which 8.1 library version? (English, International, etc)?
Tom Waltz
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2004-03-02 10:41 PM
‎2004-03-02
10:41 PM
I am using the "Simple Section Marker" in the US version 8.1.
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2004-03-03 08:12 AM
‎2004-03-03
08:12 AM
I dont know how to automate the actual section/ elevation name but the following is an OK work around:
Open the detail maker object and modify the MASTER SCRIPT text shown bold....
Then add a variable called ALT_Name and set it default value to "Elevation Section"
Hope this helps
Open the detail maker object and modify the MASTER SCRIPT text shown bold....
Ttl_Txt="" story_name="" index="" REQUEST ("Story", "", index, story_name) if glob_context=2 then Ttl_Txt=story_name+" Plan" !! Mod by Moz !! if glob_context=4 then Ttl_Txt="Section" if glob_context=4 then Ttl_Txt=ALT_Name if glob_context=7 then Ttl_Txt=ALT_Name !! if glob_context=7 then Ttl_Txt="Detail"
Then add a variable called ALT_Name and set it default value to "Elevation Section"
Hope this helps

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2004-03-03 10:44 PM
‎2004-03-03
10:44 PM
Section Marker_NCS can show both drawing number and sheet number. It is part of the standard US distribution, in the Goodies folder.
Regards,
Geoff Briggs
I & I Design, Seattle, USA
AC7-28, M1 Mac, OS 15.x
Graphisoft Insider's Panel, Beta Tester
Geoff Briggs
I & I Design, Seattle, USA
AC7-28, M1 Mac, OS 15.x
Graphisoft Insider's Panel, Beta Tester
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2004-03-04 06:38 PM
‎2004-03-04
06:38 PM
Ahhh, the object I've been looking for! Can't believe I didn't find it before.
Thanks for the help.
BTW, Maurice thank you for taking the time to share the GDL code.

BTW, Maurice thank you for taking the time to share the GDL code.