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…
2023-05-20 04:29 AM
Is there a rule against using "_" in Master Script variable names?
In_WallThk This will result in 0 in the 2d script.
2023-05-20 07:36 AM
It works fine for me.
master script:
test_var = 3
2d script:
print test_var
i get the right value
2023-05-20 09:14 AM
I keep having the value of 0, so I am changing it to InWallThk and proceeding.