cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

2024 Technology Preview Program:
Master powerful new features and shape the latest BIM-enabled innovations

Libraries & objects
About Archicad and BIMcloud libraries, their management and migration, objects and other library parts, etc.

GDL WALL TAG

Anonymous
Not applicable
I was looking through some post about creating wall tags to show the composite label, and i have got that part to work. I can seem to figure out what part of the GDL script i need to change so i can rotate the object vertical or horiz? can any one help with this?

here is the 2D script:


mul2 glob_scale,glob_scale

pen gs_cont_pen

unID=1
hotspot2 0,0,unID : unID=unID+1

for i=1 to 6
line2 -gs_marker_size*sin(30),-gs_marker_size*cos(30),gs_marker_size*sin(30),-gs_marker_size*cos(30)
hotspot2 -gs_marker_size*sin(30),-gs_marker_size*cos(30),unID : unID=unID+1
rot2 60
next i
del 6

rot2 -symb_rotangle

define style "ident" gs_text_type,gs_text_size,5,textsty
set style "ident"

pen gs_text_pen
text2 0,0,identify

del 2
end
0 REPLIES 0