GDL Enthusiast
Enthusiast
since ‎2021-07-28
yesterday

User Statistics

  • 79 Posts
  • 1 Solutions
  • 57 Likes given
  • 5 Likes received

User activity

Hi, I have a list of hotspots that I thought could be cleaned up with an array. When implemented unID = 1 HOTSPOT X1, 0, 0, unID, Len1, 1+128 :unID=unID+1 !Point HOTSPOT X1, 0+Len1, 0, unID, Len1, 2 :unID=unID+1 !Move HOTSPOT X1, 0-1, 0, -unID, Len1,...
Hi, I have a problem that is baffling me. I have simplified it down to how to deal with an Undefined line item in an array. Here is the script: Parameter Script: values{2} "bolt", 1, `Simple`, 2, `Complex` values{2} "nut", 1, `Simple`, 2, ` Complex `...
Hi, I am wondering if it is possible to change the variable name on the fly, e.g when calling from a Subroutine, having the variable name part1+part2 merged together. An example would be a variable called Var_A where the prefix is added to the suffix...
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/ Oth...
Hi, With the help of kind people in this great community, I have created an object with the ability to stretch its length in 3D using a 3D HOTSPOT command in the 3D Script. This is a simple BLOCK with a Y axis variable DEPTH: In 3D window it gives me...