Text Rotation

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2005-12-06 05:31 PM
2005-12-06
05:31 PM

Thanks,
Red
i7 8700k
ROG Strix Z390-E MoBo
64gb RAM
EVGA GeForce GTX 2080
_______________________
http://www.facebook.com/flatcreekdesignstn
http://www.sraarchitects.biz
Red
i7 8700k
ROG Strix Z390-E MoBo
64gb RAM
EVGA GeForce GTX 2080
_______________________
http://www.facebook.com/flatcreekdesignstn
http://www.sraarchitects.biz
8 REPLIES 8

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2005-12-06 05:36 PM
2005-12-06
05:36 PM
You need a statement like:
ROT2 -SYMB_ROTANGLEto rotate the text by the negative of the angle the object is rotated.
Tom Waltz

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2005-12-06 06:41 PM
2005-12-06
06:41 PM
Can the text stay in it original position with the object and remain vertical?
As you can see in the image I attached......once I rotate it the text is staying. I understand the reason behind it doing that with -SYMB_ROTANGLE.
As you can see in the image I attached......once I rotate it the text is staying. I understand the reason behind it doing that with -SYMB_ROTANGLE.
Thanks,
Red
i7 8700k
ROG Strix Z390-E MoBo
64gb RAM
EVGA GeForce GTX 2080
_______________________
http://www.facebook.com/flatcreekdesignstn
http://www.sraarchitects.biz
Red
i7 8700k
ROG Strix Z390-E MoBo
64gb RAM
EVGA GeForce GTX 2080
_______________________
http://www.facebook.com/flatcreekdesignstn
http://www.sraarchitects.biz

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2005-12-06 07:18 PM
2005-12-06
07:18 PM
Check these:
1) Make sure the text is center anchored (position #5)
2) make sure the text origin is rotating with the symbol (i.e., after the ROT2 statement that rotates the rest of the symbol)
3) Make sure there is no DEL statement which removes the ROT2 statement that rotates the rest of the symbol
1) Make sure the text is center anchored (position #5)
2) make sure the text origin is rotating with the symbol (i.e., after the ROT2 statement that rotates the rest of the symbol)
3) Make sure there is no DEL statement which removes the ROT2 statement that rotates the rest of the symbol
Tom Waltz

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2005-12-06 07:26 PM
2005-12-06
07:26 PM
Here is my simple little code.

RECT2 -1',-1',1',1' LINE2 1',-1',3',0 LINE2 1',1',3',0 HOTSPOT2 0,0 HOTSPOT2 3',0 DEFINE STYLE "STYLE" architxt, 6, 5, 0 SET STYLE "STYLE" ROT2 -SYMB_ROTANGLE TEXT2 0,-1", txt TEXT2 1'-7",-1", txt2
Thanks,
Red
i7 8700k
ROG Strix Z390-E MoBo
64gb RAM
EVGA GeForce GTX 2080
_______________________
http://www.facebook.com/flatcreekdesignstn
http://www.sraarchitects.biz
Red
i7 8700k
ROG Strix Z390-E MoBo
64gb RAM
EVGA GeForce GTX 2080
_______________________
http://www.facebook.com/flatcreekdesignstn
http://www.sraarchitects.biz
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2005-12-06 09:55 PM
2005-12-06
09:55 PM
TomWaltz wrote:Mirroring can come into it also. This covers both cases:ROT2 -SYMB_ROTANGLE
IF SYMB_MIRRORED=1 THEN ROT2 SYMB_ROTANGLE !! mirrored IF SYMB_MIRRORED=0 THEN ROT2 -SYMB_ROTANGLE !! notI still prefer V~ & W~.

Red: Use ADD2 before the TEXT2s instead of putting values in the TEXT statements. Put the ROT2s directly before the TEXT2s.
ADD2 X1, Y1 IF SYMB_MIRRORED=1 THEN ROT2 SYMB_ROTANGLE !! mirrored IF SYMB_MIRRORED=0 THEN ROT2 -SYMB_ROTANGLE !! not TEXT2 0, 0, txt DEL 2 ADD2 X2, Y2 IF SYMB_MIRRORED=1 THEN ROT2 SYMB_ROTANGLE !! mirrored IF SYMB_MIRRORED=0 THEN ROT2 -SYMB_ROTANGLE !! not TEXT2 0, 0, txt2 DEL 2So it's: Go there, turn, write, go back; repeat.
About the 5th thing I ever tried in GDL was a section marker, and I still have the bruises on my brain from getting text to flip right. Good luck.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2005-12-07 02:51 AM
2005-12-07
02:51 AM
Thanks!
That works great.
That works great.
Thanks,
Red
i7 8700k
ROG Strix Z390-E MoBo
64gb RAM
EVGA GeForce GTX 2080
_______________________
http://www.facebook.com/flatcreekdesignstn
http://www.sraarchitects.biz
Red
i7 8700k
ROG Strix Z390-E MoBo
64gb RAM
EVGA GeForce GTX 2080
_______________________
http://www.facebook.com/flatcreekdesignstn
http://www.sraarchitects.biz

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2005-12-07 03:00 AM
2005-12-07
03:00 AM
Results...............
Thanks,
Red
i7 8700k
ROG Strix Z390-E MoBo
64gb RAM
EVGA GeForce GTX 2080
_______________________
http://www.facebook.com/flatcreekdesignstn
http://www.sraarchitects.biz
Red
i7 8700k
ROG Strix Z390-E MoBo
64gb RAM
EVGA GeForce GTX 2080
_______________________
http://www.facebook.com/flatcreekdesignstn
http://www.sraarchitects.biz
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2005-12-07 02:07 PM
2005-12-07
02:07 PM
Red wrote:Great!
Results...............
