We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2020-06-02 12:23 PM - last edited on 2022-09-26 10:53 PM by Daniel Kassai
rrr = REQUEST ("View_Rotangle", "", textAngle) if (MARKER_HEAD_ROT_MODE = 2) then rot2 -textAngle endifHow can I make this work? Thanks
2020-06-02 02:01 PM
Structural engineer, developer of free addon for sync GDL param and properties
2020-06-02 02:37 PM
2020-06-02 02:49 PM
Structural engineer, developer of free addon for sync GDL param and properties
2020-06-02 03:18 PM
2020-06-02 03:41 PM
x = x_mm*PAPER_TO_MODEL y = y_mm*PAPER_TO_MODEL HOTSPOT2 x, 0, unID, y, 1+128+1024,y_mm: unID=unID+1 HOTSPOT2 x, y, unID, y, 2+1024,y_mm: unID=unID+1 HOTSPOT2 x,-1, unID, y, 3+1024,y_mm: unID=unID+1 HOTSPOT2 0, y, unID, x, 1+128+1024, x_mm: unID=unID+1 HOTSPOT2 x, y, unID, x, 2+1024, x_mm: unID=unID+1 HOTSPOT2 -1, y, unID, x, 3+1024, x_mm: unID=unID+1 add2 x, y !Rotate after add, before place text bRotate = 0 success = LIBRARYGLOBAL ("Libraryflobals-test", "bRotate", bRotate) !Create Libraryflobals-test with parametr bRotate if bRotate then textAngle = 0 rrr = REQUEST ("View_Rotangle", "", textAngle) rot2 -textAngle endif
Structural engineer, developer of free addon for sync GDL param and properties
2020-06-02 04:16 PM
2020-06-02 05:01 PM
Structural engineer, developer of free addon for sync GDL param and properties