2004-08-26 11:14 PM
2007-01-27 12:05 AM
2007-01-27 12:08 AM
2007-01-28 01:12 AM
2007-01-28 04:55 AM
LINZ wrote:
how do you change the type?
Aussie wrote:If I understand your query correctly, John may mean...... see attached.
Archicad finds any labels in the loaded library regardless of where they are hidden.
To make a label create an ordinary object and change the "type" to label.
2007-01-28 05:24 AM
2007-01-28 10:54 PM
Peter wrote:Thanks Peter
I think what John means is, after you make your label
and save it as a GDL object, it's subtype will be
, by default, "general GDL object". To make it a label
you need to change the subtype to label.
To do this, you open the object via file->libraries and objects->open object
then with the button at the top of the parameters list labeled "select subtype"
select label as the subtype.
Peter Devlin
2007-01-29 01:27 AM
2007-01-29 02:57 AM
2007-01-29 04:48 AM
If label_custom_arrow Then add2 label_position[2][1]+label_position[3][1]+symb_a_size/2,label_position[2][2]+label_position[3][2]+symb_b_size/2 define style "textstyle" label_font_name, label_text_size, 5, label_font_style set style "textstyle" Circle2 0,0,.25*A_/100 text2 0,0,Glob_IDNOTE the first line looks complex (it allows the text to move into the position of the point of a text arrow if you choose not to use the arrow) but for the time being just look up the other commands in the GDL user manual to get you started. If you wanted to you could change the ".25" in the circle command to a parameter so it can be changed on the fly. In the real world the size of the circle would be controlled by the size of the text but I didn't want to make it too complex.