Custom Drawing Title

Home Forums General discussions Custom Drawing Title

Viewing 1 reply thread
  • Author
    Posts
    • #3575
      Barbora Nemeckayova
      Participant

      Hi Everyone,

      I am new to GDL Scripting and starting up with simple staff and I got stuck. I have custom Drawing Title, looks like this (screenshot 1). I have a problem to align my text from left. so the Ground Floor text doesn’t intersect with my “circle”. (screenshot 2). And screenshot of the parameters attached as well (screenshot 3)

      This is a script for my Drwaing Title:

      PEN 1
      DEFINE STYLE drawingNameStyle ‘Arial Narrow’, 5.1, 5, 8
      DEFINE STYLE drawingScaleStyle ‘Arial Narrow’, 5.1, 5, 8
      DEFINE STYLE drawingNumberStyle ‘Arial Narrow’, 5.1, 5, 8

      SET STYLE drawingNameStyle

      TEXT2 0.038, 0.029, ac_drawingName

      SET STYLE drawingScaleStyle

      TEXT2 0.04, 0.019, ‘SCALE’ +ac_drawingScale

      SET STYLE drawingNumberStyle

      TEXT2 0.009, 0.029, ac_drawingNumber

      hotspot2 0.009999987137463, 0.02407730563409
      line_property 0
      line2 -3.234940323688E-008, 0.02407730563409, 0.02000000662433, 0.0240773056340
      line2 0.02000000662433, 0.02407730563409, 0.092, 0.02407730563408
      circle2 0.0088, 0.02407730563409, 0.0088

      Attachments:
    • #3577
      Barbora Nemeckayova
      Participant

      Hi,

      Sorry

      found it, it was in front of my eyes.

      Thank you

Viewing 1 reply thread
  • The forum ‘General discussions’ is closed to new topics and replies.