Access to GDL objects from a different patform

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2009-06-24 09:47 AM
2009-06-24
09:47 AM
I was trying to work around the problem of not being able to schedule Labels.
for this I have created single label objects for every text I need. Now I am able to modify all the instances of a single spec by modifying the Objects.
I need to access all those object's GDL scripts from a single platform, so I can Manage the Specs easy. Does any one knows how can I do that?
Best Regards
Nando.
Nando Mogollon
Director @ BuilDigital
nando@buildigital.com.au
Using, Archicad Latest AU and INT. Revit Latest (have to keep comparing notes)
More and more... IFC.js, IFCOpenShell
All things Solibri and BIMCollab
Director @ BuilDigital
nando@buildigital.com.au
Using, Archicad Latest AU and INT. Revit Latest (have to keep comparing notes)
More and more... IFC.js, IFCOpenShell
All things Solibri and BIMCollab
5 REPLIES 5
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2009-06-24 10:49 AM
2009-06-24
10:49 AM
Hi
if each one of those note objects, pulled its note from a database, then you could edit them all from a single place. eg open the database up in excel.
This is basically how Cadimage's Keynotes system works
if each one of those note objects, pulled its note from a database, then you could edit them all from a single place. eg open the database up in excel.
This is basically how Cadimage's Keynotes system works

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2009-06-24 05:58 PM
2009-06-24
05:58 PM
sdb wrote:Thanks for the reply, But how do I "Pull" a parameter from a Database in the GDL object?
if each one of those note objects, pulled its note from a database,
I imagine the GDL script should "call" the parameter"X" from the "Y" line of the database File [name of the file, and path].
Which type of file (filemaker? excel? Access?)
How to script the GDL?
I really would appreciate any help.
Regards
Nando
Nando Mogollon
Director @ BuilDigital
nando@buildigital.com.au
Using, Archicad Latest AU and INT. Revit Latest (have to keep comparing notes)
More and more... IFC.js, IFCOpenShell
All things Solibri and BIMCollab
Director @ BuilDigital
nando@buildigital.com.au
Using, Archicad Latest AU and INT. Revit Latest (have to keep comparing notes)
More and more... IFC.js, IFCOpenShell
All things Solibri and BIMCollab
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2009-06-24 10:07 PM
2009-06-24
10:07 PM
for the database file you can either use a .txt or .xml so you can use it with any software that opens those types of files.
Scripting it can get a bit full on tho, depends how much GDL you know? Have a look in the GDL reference guide under Add-ons & it shows the available calls etc. I'll have a look & might have an example script.
Scripting it can get a bit full on tho, depends how much GDL you know? Have a look in the GDL reference guide under Add-ons & it shows the available calls etc. I'll have a look & might have an example script.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2009-06-25 09:14 AM
2009-06-25
09:14 AM
Thanks for the reply again...
I don't know to much about GDl, just a couple of things and 2D basically. I've being avoiding learning GDL, but it seems like I will have to spend some time getting into it. I've heard the guys from CADIMAGE have a good book.
Anyway, I've printed the Add-on portion of the GDL reference guide, and I'll see if can get anything out of it.
Thanks for your help, and if you have a script that I can use as example it would be great.
Regards
Nando
I don't know to much about GDl, just a couple of things and 2D basically. I've being avoiding learning GDL, but it seems like I will have to spend some time getting into it. I've heard the guys from CADIMAGE have a good book.
Anyway, I've printed the Add-on portion of the GDL reference guide, and I'll see if can get anything out of it.
Thanks for your help, and if you have a script that I can use as example it would be great.
Regards
Nando
Nando Mogollon
Director @ BuilDigital
nando@buildigital.com.au
Using, Archicad Latest AU and INT. Revit Latest (have to keep comparing notes)
More and more... IFC.js, IFCOpenShell
All things Solibri and BIMCollab
Director @ BuilDigital
nando@buildigital.com.au
Using, Archicad Latest AU and INT. Revit Latest (have to keep comparing notes)
More and more... IFC.js, IFCOpenShell
All things Solibri and BIMCollab
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2009-07-07 06:06 PM
2009-07-07
06:06 PM
There are built in database commands that you can utilise in GDL whereby you can reference a database you set up or create your own entry in the gdl code
check out the gdl reference guide pg 181
use of descriptor & component commands can give you the required result.
i have done something similar to what you are talking about using these commands - the application was not for making key notes
but custom descriptions of objects based on their parameters
cheers,
Mark
check out the gdl reference guide pg 181
use of descriptor & component commands can give you the required result.
i have done something similar to what you are talking about using these commands - the application was not for making key notes
but custom descriptions of objects based on their parameters
cheers,
Mark