Author Topic: Rotate Text in SelectionSet  (Read 6657 times)

0 Members and 1 Guest are viewing this topic.

David Bethel

  • Swamp Rat
  • Posts: 656
Re: Rotate Text in SelectionSet
« Reply #15 on: September 23, 2010, 04:45:21 PM »
I know it's not VL, but I think this is still the only true way of insuring a start of an undo group.

Code: [Select]
;++++++++++++ Set And Start An Undo Group ++++++++++++++++++++++++
(defun SetUndo ()
 (and (zerop (getvar "UNDOCTL"))
      (command "_.UNDO" "_ALL"))
 (and (= (logand (getvar "UNDOCTL") 2) 2)
      (command "_.UNDO" "_CONTROL" "_ALL"))
 (and (= (logand (getvar "UNDOCTL") 8) 8)
      (command "_.UNDO" "_END"))
 (command "_.UNDO" "_GROUP"))

-David
R12 Dos - A2K

Lee Mac

  • Seagull
  • Posts: 12915
  • London, England
Re: Rotate Text in SelectionSet
« Reply #16 on: September 23, 2010, 04:52:38 PM »
Nice code header lol  :-D Now where have I seen that before..

Yaaa Undoubtedly copied and pasted as he used to do with a little changes to become different somehow from the following link.

Although that new user with lisp would like to become a legendary with header but without being able to write their won
codes without a help for each line.  :-D

http://www.cadtutor.net/forum/showthread.php?48790-Upgraded-BCount

Imitation is the sincerest form of flattery... keep telling myself that  :-)

alanjt

  • Needs a day job
  • Posts: 5352
  • Standby for witty remark...
Re: Rotate Text in SelectionSet
« Reply #17 on: September 23, 2010, 04:54:53 PM »
Nice code header lol  :-D Now where have I seen that before..

Yaaa Undoubtedly copied and pasted as he used to do with a little changes to become different somehow from the following link.

Although that new user with lisp would like to become a legendary with header but without being able to write their won
codes without a help for each line.  :-D

http://www.cadtutor.net/forum/showthread.php?48790-Upgraded-BCount

Imitation is the sincerest form of flattery... keep telling myself that  :-)

Then I guess we all flatter each other. :-)
Civil 3D 2019 ~ Windohz 7 64bit
Dropbox

Lee Mac

  • Seagull
  • Posts: 12915
  • London, England
Re: Rotate Text in SelectionSet
« Reply #18 on: September 23, 2010, 04:55:24 PM »
Nice code header lol  :-D Now where have I seen that before..

Yaaa Undoubtedly copied and pasted as he used to do with a little changes to become different somehow from the following link.

Although that new user with lisp would like to become a legendary with header but without being able to write their won
codes without a help for each line.  :-D

http://www.cadtutor.net/forum/showthread.php?48790-Upgraded-BCount

Imitation is the sincerest form of flattery... keep telling myself that  :-)

Then I guess we all flatter each other.

Frequently :-)

alanjt

  • Needs a day job
  • Posts: 5352
  • Standby for witty remark...
Re: Rotate Text in SelectionSet
« Reply #19 on: September 23, 2010, 04:59:39 PM »
Nice code header lol  :-D Now where have I seen that before..

Yaaa Undoubtedly copied and pasted as he used to do with a little changes to become different somehow from the following link.

Although that new user with lisp would like to become a legendary with header but without being able to write their won
codes without a help for each line.  :-D

http://www.cadtutor.net/forum/showthread.php?48790-Upgraded-BCount

Imitation is the sincerest form of flattery... keep telling myself that  :-)

Then I guess we all flatter each other.

Frequently :-)
I do find it rather ironic who first pointed out any 'possible copying'.  :lol:
Civil 3D 2019 ~ Windohz 7 64bit
Dropbox

Tharwat

  • Swamp Rat
  • Posts: 710
  • Hypersensitive
Re: Rotate Text in SelectionSet
« Reply #20 on: September 23, 2010, 04:59:57 PM »
Certainly. ;-)

Lee Mac

  • Seagull
  • Posts: 12915
  • London, England
Re: Rotate Text in SelectionSet
« Reply #21 on: September 23, 2010, 05:02:15 PM »
Nice code header lol  :-D Now where have I seen that before..

Yaaa Undoubtedly copied and pasted as he used to do with a little changes to become different somehow from the following link.

Although that new user with lisp would like to become a legendary with header but without being able to write their won
codes without a help for each line.  :-D

http://www.cadtutor.net/forum/showthread.php?48790-Upgraded-BCount

Imitation is the sincerest form of flattery... keep telling myself that  :-)

Then I guess we all flatter each other.

Frequently :-)
I do find it rather ironic who first pointed out any 'possible copying'.  :lol:

Me?

alanjt

  • Needs a day job
  • Posts: 5352
  • Standby for witty remark...
Re: Rotate Text in SelectionSet
« Reply #22 on: September 23, 2010, 05:03:21 PM »
Nice code header lol  :-D Now where have I seen that before..

Yaaa Undoubtedly copied and pasted as he used to do with a little changes to become different somehow from the following link.

Although that new user with lisp would like to become a legendary with header but without being able to write their won
codes without a help for each line.  :-D

http://www.cadtutor.net/forum/showthread.php?48790-Upgraded-BCount

Imitation is the sincerest form of flattery... keep telling myself that  :-)

Then I guess we all flatter each other.

Frequently :-)
I do find it rather ironic who first pointed out any 'possible copying'.  :lol:

Me?
No. (no sarcasm)
Civil 3D 2019 ~ Windohz 7 64bit
Dropbox

Tharwat

  • Swamp Rat
  • Posts: 710
  • Hypersensitive
Re: Rotate Text in SelectionSet
« Reply #23 on: September 23, 2010, 05:11:48 PM »
I guess that was just me once before with that long tragedy conversations.  :lmao: