Obtain Each value of an Array Parameter using lists or Sched
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2014-11-19 05:54 PM
Daniel
- Labels:
-
Data management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2014-11-19 07:23 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2014-11-21 07:40 PM
Shoegnome Architects
Archicad Blog: www.shoegnome.com
Archicad Template: www.shoegnome.com/template/
Archicad Work Environment: www.shoegnome.com/work-environment/
Archicad Tutorial Videos: www.youtube.com/shoegnome

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2014-11-21 07:49 PM
You could create a schedule of placed fills. Check out my template: http://www.shoegnome.com/template/ and look at the lighting fixture schedule. That is a schedule based on placed fills.
You could place each fill, then schedule them, listing by fill type. If you put those fills on a particular layer or gave them a special ID and had the schedule only look for that, then you could easily control the contents of the Interactive Schedule. But you still couldn't show the FIll hatch pattern. I'm not sure if that's a problem.
Unrelated to all that, the Surface Legend Object is kind of worthless. It really should be looking at Building Materials or Surfaces, which have meaning, not Fills. Huh.
Shoegnome Architects
Archicad Blog: www.shoegnome.com
Archicad Template: www.shoegnome.com/template/
Archicad Work Environment: www.shoegnome.com/work-environment/
Archicad Tutorial Videos: www.youtube.com/shoegnome
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2014-11-21 09:40 PM
What CAN be done is use the DATA or TEXT I/O add-on to write array values to a text file directly from the GDL code. That works ok.
Anyone?
Best regards.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2014-11-22 12:09 AM
The List Schemes might be able to do it, but I've not looked.
The SQL query command - or linking the PLN to a Windows database such as Access via the ODBC driver can give you the option of returning all values I believe. But, not something for the typical user.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2014-11-22 07:54 AM
Of course this workaround needs to add some code to your object ....
Hope it helps.
Win 10 Pro 64bit
Double XEON 14 CORES (tot 28 physical cores)
32GB RAM - SSD 256GB - Nvidia Quadro K620
Display DELL 25'' 2560x1440
www.almadw.it

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2014-11-22 04:53 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2014-11-22 07:05 PM
JaredBanks wrote:I have a workaround for that. I did it.
IF I'm understanding correctly, you want to display the imagine of a Fill in a schedule. I am not aware of any way to do that. ...
It needs some scripting in the object and change the 2D representation in the schedule context using the "picture" command reading an image loaded in the library.
Win 10 Pro 64bit
Double XEON 14 CORES (tot 28 physical cores)
32GB RAM - SSD 256GB - Nvidia Quadro K620
Display DELL 25'' 2560x1440
www.almadw.it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2014-11-23 05:47 PM
First of all, I'll let you know that my english level isn't a good one, I hope you'll understand what i wrote.
Your advices and ideas are very helpful. Yes Karl it is possible if I use the list, but only the text list format can give all the values for the array parameter, like you can see in the attached pdf files. The problem is that the tabel can be set it to display only the rows format. I'm wondering why if I use the graphical template I can't see all the values, it will be displayed only the last value(maybe the first i don't remember now, anyway it is just one.)
I can write a script to display a tabel wich will contain all the values and informations I need from the object and I can set it as 2d symbol if the GLOB_context is (list or schedule). In this way it can be scheduled, but I have to reorganize the height of the row in schedule, considering the fact that each object can have different numbers for array parameters.
Or I can follow alemanda's idea.
Also I was wondering if it's possible if I use the ARCHIQUANT add on. Is there anyone who is expert in ArchiQuant?
P.S. And yes, the object example is -Surface legend 17-.
Again thank you all.
Daniel