Mario Sacco
Expert
since ‎2007-04-05
Monday

User Statistics

  • 253 Posts
  • 0 Solutions
  • 25 Likes given
  • 40 Likes received

User activity

Is there a command in GDL to detect if the 3d window is on Physically Based Rendering in 3D? I need it to change some setting in our objects until the new option is optimized. Thank you
How can I change the language in BIMX Desktop. 
I can't find a solution to inherit the material from the "base group" in GDL. The code I made, always attribuites to the cut polygons the material of the "tool group" I'd like to have the cubes inherit their own material PEN 1 GROUP "A" MATERIAL 5 BL...
This is only a simplified example.I need modify a second parameter if a first parameter changes. I used this code: IF GLOB_MODPAR_NAME = "k" THEN PARAMETERS a = a*2 ENDIF to create a simple rectangle RECT2 0,0,a,b The problem comes when I make change...