Learn to manage BIM workflows and create professional Archicad templates with the BIM Manager Program.
2005-04-12 05:15 PM
2005-04-26 06:12 PM
2005-04-28 02:25 PM
Michele wrote:
I decided to add text to an existing section elevation tag but when I add this code to the object, I can't move the text. I think it's because the option isn't there on the right click. The stretch command is available on other object but not on the section elevation. Is ther anyway I can add it or get me text to be movable some other way? Thanks,
Michele
DEFINE STYLE STYLE_1 "Arial", 35 * MIN (a, b), 7, 0
STYLE STYLE_1
PEN cpen
rot2 -symb_rotangle!!This rotate text to follow object
unID = 1
HOTSPOT2 0, dd_y,unID, dd_x,1+128 : unID=unID+1!!!THis is moveable hotspot placement
HOTSPOT2 -1, dd_y,unID, dd_x,3 : unID=unID+1
HOTSPOT2 dd_x,dd_y,unID, dd_x,2 : unID=unID+1
HOTSPOT2 dd_x, 0,unID, dd_y,1+128 : unID=unID+1
HOTSPOT2 dd_x, -1,unID, dd_y,3 : unID=unID+1
HOTSPOT2 dd_x,dd_y,unID, dd_y,2 : unID=unID+1
ADD2 dd_x, dd_y
TEXT2 0", 0",(more_text)!!the 0",0" is text hotspot placement
DEL 2