As you can see this script allows me to rotate my object in any direction and keeps the text readable. The purlin above was mirrored straight up from the original. The text stays readable but mirrors from left to right. I would like the text to remain the same as the original. It seems like it should be an easy fix but I'm yet to find it. Any ideas???
!PROJECT2 3,270,2
LW=5 1/2"
!!!!!!!!ID!!!!!!!!!!!!!!!!!!!!!!!
nb=a
If W~>90 and W~<271 Then
ROT2 180
add2 -A,-b
endif
If labl then
DEFINE STYLE "mytext" "ariel", x_B, 1, 0
set style "mytext"
Text2 2", lw+1", x_A
endif
If labl2 then
DEFINE STYLE "mytext1" "ariel", x_B, 1, 0
set style "mytext1"
TEXT2 a-1'-2", lw+1/2", STR ("%0.4ffi",nb)
endif
if ln="Beam Over" then 100:
If labl3 then
DEFINE STYLE "mytext2" "ariel", x_B, 1, 0
set style "mytext2"
TEXT2 (a/2)-2", lw+1", cc
endif
goto 110:
100:
If labl3 then
DEFINE STYLE "mytext3" "ariel", x_B, 1, 0
set style "mytext3"
TEXT2 (a/2)-35", lw+1", "6x8x" +str ("%0.4ffi",nb)+ " Beam Over COJ"
endif
110: