Learn to manage BIM workflows and create professional Archicad templates with the BIM Manager Program.
2009-09-15
10:13 AM
- last edited on
2023-05-24
08:00 PM
by
Rubia Torres
2009-09-15 10:14 AM
2009-09-15 10:39 AM
2009-09-15 01:11 PM
2009-09-15 01:27 PM
2009-09-15 01:56 PM
2009-09-16 10:04 AM
2009-09-16 05:33 PM
if tMatSid = "Base" then rr = REQUEST ("Numele Materialului", WALL_MAT_A, nMatNam)Don't translate the "Name_of_Material" REQUEST... Its an internal variable not a string/text.
if tMatSid = "Opposite" then rr = REQUEST ("Numele Materialului", WALL_MAT_B, nMatNam)
if tMatSid = "Top" then rr = REQUEST ("Numele Materialului", WALL_MAT_EDGE, nMatNam)
DEFINE STYLE "Stil_1" LABEL_FONT_NAME, rTexSiz, LABEL_ANCHOR_POS, LEBEL_FONT_STYLEAlso you have to change the "LABEL_ANCHOR_POS" to "1" (without quotations). This is my fault...
values "tMatSid" "Base", "Opposite, "Top"If you look carefully, there is a missing quotation mark after "Opposite".
2009-09-17 01:13 AM
2009-09-17 01:54 AM