cancel
Showing results for 
Search instead for 
Did you mean: 
EN
cancel
Showing results for 
Search instead for 
Did you mean: 
GDL Enthusiast
Advocate

Archicad GDL Maths Functions

Hi, 

 

I can't seem to get some of the math functions to work e.g.

x1 = atan (1)

x2 = sqrt (16)

x3 = power (5,2)

The error is unnecessary token(s) after end of command. The syntax comes from here:

https://helpcenter.graphisoft.com/user-guide/128510/

 

Other functions seem to work fine, I have no idea why, e.g.

y1 = tan(0.785)

y2 = sin(0.5)

y3 = cos(0.5)

 

I suspect I am I missing something obvious... but I would welcome any help!

 

Many thanks, 

Matt

 

1 Solution

Accepted Solutions

Hi Matt.

The link shown above provides the reference for Expressions applied to archicad properties and are not the syntaxing functions for GDL.

Here's the GDL reference for common GDL functions: Functions | GRAPHISOFT GDL Center

Device name Asus v16
Processor Intel(R) Core(TM) 5 210H 2.20 GHz
Installed RAM 16.0 GB

Go to post

3 Replies 3

Hi Matt.

The link shown above provides the reference for Expressions applied to archicad properties and are not the syntaxing functions for GDL.

Here's the GDL reference for common GDL functions: Functions | GRAPHISOFT GDL Center

Device name Asus v16
Processor Intel(R) Core(TM) 5 210H 2.20 GHz
Installed RAM 16.0 GB

GDL Enthusiast
Advocate

Super, thank you so much Toper, it works now!!!

lopezfigueroa
Advocate

ATAN= Use  atn()
SQRT= Use sqr()
Power= use ^  (alt+94)

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!