cancel
Showing results for 
Search instead for 
Did you mean: 
EN
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Creating an object to do some calculations with zones

Hi. First of all I'm not ver familiar with GDL but got a little experince with coding.

What I want to do is some get total area of a one type zones, and multiply it with 0,3 and print out as a text based object. How can I do that?

Thx.
1 Solution

Accepted Solutions
Karl Ottenstein
Moderator Emeritus
Hy yrguner,

Just checking to make sure that you are aware that no GDL object can know anything about any other object ... except in the case of labels, which know about the one object that they are associated with. So, if you want info about a type of zone in a GDL solution, you would need to create a Zone Label that calculates what you want - for that one zone. While it could write a single number to a text file, I don't think that's what you want.

You can create a schedule of those zones that has all of the calculated values for all zones ... and then can Publish that to a text file. You cannot actually "print" other than to a log file.

GDL is a language just for creating objects, not for automating anything about ARCHICAD itself. The C/C++ API (see the Developer Forum here) is what lets you program solutions that go beyond that.
Vote for Wish: Copy/Paste in 3D

AC 29 USA and earlier   •   hardware key   •   macOS Taho 26.1 MacBook Pro M2 Max 12CPU/30GPU cores, 32GB

Go to post

3 Replies 3
Wait for 22... and You will not need any GDL to do that 😜

Piotr
Anonymous
Not applicable
Yes I have checked the new features of AC22, but the thing is i am still asking for GDL method, because i want to create a more complex calculations with GDL from the exam i gave. For example i will put some conditions, and if it is satisfied i will do some calculations, if not gonna do some another calculations etc.

i think i can deal up with the mathematical and conditional part, but first i need to read and list areas of one type zone(they also in an seperate layer, maybe i can use for filtering?)

thx.
Karl Ottenstein
Moderator Emeritus
Hy yrguner,

Just checking to make sure that you are aware that no GDL object can know anything about any other object ... except in the case of labels, which know about the one object that they are associated with. So, if you want info about a type of zone in a GDL solution, you would need to create a Zone Label that calculates what you want - for that one zone. While it could write a single number to a text file, I don't think that's what you want.

You can create a schedule of those zones that has all of the calculated values for all zones ... and then can Publish that to a text file. You cannot actually "print" other than to a log file.

GDL is a language just for creating objects, not for automating anything about ARCHICAD itself. The C/C++ API (see the Developer Forum here) is what lets you program solutions that go beyond that.
Vote for Wish: Copy/Paste in 3D

AC 29 USA and earlier   •   hardware key   •   macOS Taho 26.1 MacBook Pro M2 Max 12CPU/30GPU cores, 32GB

Didn't find the answer?

Check other topics in this Forum

Back to Forum

Read the latest accepted solutions!

Accepted Solutions

Start a new conversation!