Author Topic: Lisp to read selection set and write to xls  (Read 7781 times)

0 Members and 1 Guest are viewing this topic.

Lee Mac

  • Seagull
  • Posts: 12926
  • London, England
Re: Lisp to read selection set and write to xls
« Reply #15 on: June 09, 2010, 06:32:32 AM »
Thanks Fixo...  :x

fixo

  • Guest
Re: Lisp to read selection set and write to xls
« Reply #16 on: June 09, 2010, 08:05:24 AM »
Thanks Fixo...  :x

Ah, you're quite welcome

This one is from my very oldies

I just added your error routine :)

Cheers :)

~'J'~

HasanCAD

  • Swamp Rat
  • Posts: 1422
Re: Lisp to read selection set and write to xls
« Reply #17 on: June 09, 2010, 08:30:47 AM »
Thanks Fixo...  :x

Ah, you're quite welcome

~'J'~

Reading betwen lines
Lee dont want to give him a routine but giding him to ro create one
Learning how to Fish instead of giving a fish

alanjt

  • Needs a day job
  • Posts: 5352
  • Standby for witty remark...
Re: Lisp to read selection set and write to xls
« Reply #18 on: June 09, 2010, 08:36:04 AM »
Thanks Fixo...  :x

Ah, you're quite welcome

~'J'~

Reading betwen lines
Lee dont want to give him a routine but giding him to ro create one
Learning how to Fish instead of giving a fish
Close....
Would you (Lee) be willing to write the code for me. I maybe able to get you re-imbursed for your time. Let me know how much you would charge and I will see what I can do.
Civil 3D 2019 ~ Windohz 7 64bit
Dropbox

fixo

  • Guest
Re: Lisp to read selection set and write to xls
« Reply #19 on: June 09, 2010, 10:57:56 AM »
Thanks Fixo...  :x

Ah, you're quite welcome

~'J'~

Reading betwen lines
Lee dont want to give him a routine but giding him to ro create one
Learning how to Fish instead of giving a fish

I feel free to send a finished code, because I think that not only threadstarter
need similar program and it is his will use the code or learn programming
from master Lee Mac 8-)

HasanCAD

  • Swamp Rat
  • Posts: 1422
Re: Lisp to read selection set and write to xls
« Reply #20 on: June 10, 2010, 03:47:09 AM »

Try this code

~'J'~

How to add point to selection set
this what I did but not working
Code: [Select]
(setq sset (ssget (list (cons 0 "LINE,POLYLINE,ARC,POINT"))))
Thank
Hasan

Caddy

  • Guest
Re: Lisp to read selection set and write to xls
« Reply #21 on: June 10, 2010, 04:55:18 AM »
I used this as a basic for my own wishes.  :lol:



Caddy

  • Guest
Re: Lisp to read selection set and write to xls
« Reply #22 on: June 10, 2010, 04:56:26 AM »
I used this as a basic for my own wishes.  :lol:



Forgat something. :-P