License delivery maintenance is planned for Saturday, July 26, between 12:00 and 20:00 CEST. During this time, you may experience outages or limited availability across our services, including BIMcloud SaaS, License Delivery, Graphisoft ID (for customer and company management), Graphisoft Store, and BIMx Web Viewer. More details…

GDL
About building parametric objects with GDL.

Is there a rule against using "_" in Master Script variable names?

LeeJaeYoung
Virtuoso

Is there a rule against using "_" in Master Script variable names?

 

In_WallThk This will result in 0 in the 2d script.

AC27 on window 11
2 REPLIES 2
julienK
Advocate

It works fine for me.

 

master script:

test_var = 3

2d script:

print test_var

 

i get the right value

LeeJaeYoung
Virtuoso

I keep having the value of 0, so I am changing it to InWallThk and proceeding.

AC27 on window 11