Got a minute? We appreciate your feedback:

Graphisoft Learn survey
GDL
About building parametric objects with GDL.

Forum Posts

window positioning

I created a window composed of a wallhole with four hotspots that can move in all directions to allow me to create an opening in any shape i want.My problem is that when I move one of the corners the whole window will be moved to keep the center the ...

julienK Advocate
  • 1347 Views
  • 9 replies
  • 0 likes

Efficient way to crop text by length in cm

Hi,i hope I haven’t missed a function, but I’m looking for a efficient way to crop text by a given length and not by the number of characters, like “strsub”.Maybe somebody have a better solution.My actual solution is:while stw(txt1) >100 do !** 100 i...

Anonymous
Anonymous
  • 1144 Views
  • 10 replies
  • 0 likes

Label in mirrored hotlink

Hello,I would like to ask if there is a function in gdl to check if hotlink in which the object is located has been mirrored. To be more specific I am using wall labels in modules. Without this function, hotlinks are almost useless.Best regards,Rafał...

rav668 Participant
  • 2129 Views
  • 14 replies
  • 0 likes

Running pre-compiled binaries in GDL

Имеется модель EW-FAC (https://github.com/VTMIST/EW-FAC), написанная на IDL. Модель поставляется в бинарном формате. Я пытаюсь запустить EW-FAC при помощи GDL. Файл не запускается и не выдаётся никаких ошибок.Я никогда не работала ни с IDL, ни с GDL....

Anonymous
Anonymous
  • 438 Views
  • 2 replies
  • 0 likes

Resolved! GDL can read hardware id?

Hello.I am making very simple objects for use specifics, and i want to know, how i can get the hardware id? for purpose of licence simple, only with gdl.

Anonymous
Anonymous
  • 1017 Views
  • 6 replies
  • 0 likes

Resolved! GDL Array parameters size

Hi!Is it possible to create a parameter with dynamic size?Lets say that I have a construction C1, and I want to add another to the array C2, but I don't know how many constructions will be added from different users.Is it possible to add new input to...