Request Zone_​​Relations

Viewing 1 reply thread
  • Author
    Posts
    • #18495
      Mathias Coulouri
      Participant

      Hi, I struggle with a promblem regarding ‘Request Zone_Relations’

      My goal is to get the Zone Name the object i standing on so that I can set values after the Zone they are standing on.
      I have tried to figure it out but with no luck.

      Any suggestions in how i should do to get the value of the zone in my script?

      / /
      Mathias Coulouri
      ArchiCAD 22 & ArchiCAD 23

    • #18503
      Joachim Sühlo
      Participant

      This works for me in Master Script:

      name = “”
      n = REQUEST (“Zone_relations”, “”, category_name, code, name, number)

      IF name = “Essen” THEN is = “11” ELSE is = “”
      PARAMETERS is = is

      TEXT2 0, 0, name + is

      GDL Object Developer
      b-prisma
      MAC OSx 10.14

Viewing 1 reply thread
  • The forum ‘Informations from the environment’ is closed to new topics and replies.