GDL
About building parametric objects with GDL.

How to make a schedule for parameter arrays in GDL?

Anonymous
Not applicable
Hello everyone,

I have some arrays of plates inside a GDL such as XY, ID, size, and color

Question: Is there any way to make a 2D schedule to calculate some parameter array like as quantity of plates, size, ID... also inside that GDL (button to display)

Regards
2 REPLIES 2
Peter Baksa
Graphisoft
Graphisoft
No, GDL objects can't open an schedule window or define a scheme if that's what you need.
You can calculate parameters based on others in the parameter script. Library part parameters can be added to a schedule scheme, and a scheme can be exported and imported to be used in many pln files.
Péter Baksa
Software Engineer, Library as a Platform
Graphisoft SE, Budapest
Anonymous
Not applicable
Thank Peter,
Sadly.. because I have a dynamic array with many attributes, so Schedule Scheme just can import normal parameter, cannot import array parameters.