Avanced GDL object and bills of material - list
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2006-05-22 07:55 PM
Problem :
I have a complex GDL object with alot of diffent pieces. I want in the calculate meny - illustrated object draw every pieces (maybe more than one picture/view of every pieces) of the objekt and put some text to everything. I only got the object in 3d in an isometric view.
Is there anyone who can give me some tips? Where do I start? Or maybe there is some free GDL objects that work like this?
Greetings
Tobias

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2006-05-22 08:03 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2006-05-22 09:16 PM
Is there a way to do this in the GDL object?
Did you understand what I'm searching for? I'm not using my english daily so it could sometimes be hard to understand me.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2006-05-22 09:40 PM
TurboGlider wrote:That's why I asked for a sketch.
Did you understand what I'm searching for? I'm not using my english daily so it could sometimes be hard to understand me.
There is a lot you could do with a GDL object. For it to show up in a schedule, you would have to do all your calculation in the Parameters or Master script, then sent those to the parameter list of the object with a PARAMETERS statement.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2006-05-23 02:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2006-05-23 12:00 PM
But another question. I have seen a command or status in ArchiCad so I could present different drawings depending on what view I show.
Like
IF viewport = "Section/Elevation" THEN
...
...
ELSE IF viewport = "Bills of material" THEN
...
ENDIF
What command / status should I look for?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2006-05-23 12:03 PM
TurboGlider wrote:GLOB_CONTEXT sounds like what you are after.
Thanks alot!
But another question. I have seen a command or status in ArchiCad so I could present different drawings depending on what view I show.
Like
IF viewport = "Section/Elevation" THEN
...
...
ELSE IF viewport = "Bills of material" THEN
...
ENDIF
What command / status should I look for?
Barry.
Versions 6.5 to 27
i7-10700 @ 2.9Ghz, 32GB ram, GeForce RTX 2060 (6GB), Windows 10
Lenovo Thinkpad - i7-1270P 2.20 GHz, 32GB RAM, Nvidia T550, Windows 11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2006-05-23 10:01 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2006-06-22 07:40 PM
For example:
IF endcut = 'square' THEN endcode = '01' ELSE endcode = '02' ENDIF idstring = width + depth + length + endcodeThis way the parameters that make each piece different create a "unique" code. This unique code was used with a REF COMPONENT statement in the properties script along with an element list that generated a piece count, piece description and a 2D drawing of the piece.
If I had to explain the REF COMPONENT, AC database and listing templates over again, I'm not sure I could. It's a pretty convoluted mess in there.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2006-06-23 02:52 PM
This way the parameters that make each piece different create a "unique" code. This unique code was used with a REF COMPONENT statement in the properties script along with an element list that generated a piece count, piece description and a 2D drawing of the piece.Sean, could you please give us an example of the use of the REF COMPONENT command in use to produce a piece count and piece description.
GDL object creation: b-prisma.de