Learn to manage BIM workflows and create professional Archicad templates with the BIM Manager Program.
2006-02-15 12:52 AM
2006-02-16 06:32 PM
4thorns wrote:Try something like this:
If labl3 then
DEFINE STYLE "mytext2" "ariel", x_B, 1, 0
set style "mytext2"
TEXT2 a/2, lw+1/2", ............................................................
I'm trying to get this 3rd label to read
6x8x(Beam length) Beam over
I can't seem to combine the text with the length without "missing
parenthesis" errors.
var1 = "6x8x" var2 = "Beam over" TEXT2 x, y, var1 + BEAM_LENGTH + var2where "BEAM_LENGTH" is the Beam length variable.
TEXT2 x, y, "6x8x" + BEAM_LENGTH + "Beam over"Disclaimer: I am no GDL guru, but I've played around with it at times and there's probably cleaner codes out there. However, since nobody else replied...
2006-02-17 01:32 AM
2006-02-17 01:38 AM
4thorns wrote:The fractions depend on what accuracy you want. For 1/2" rounding try "%0.2ffi", and for 1/4" rounding try "%0.4ffi". Hope I'm getting this right. As for posting questions and being a beginner, take a number and join the line...
Looking thru the help files I found out that ffi is feet & fractional inches. Unfortunately it wouldnt list the fractions on the first try so I'll have to work on that one.
2006-02-17 05:16 PM