Author Topic: Dcloud v1.0 my New Dynamic tool !  (Read 12056 times)

0 Members and 1 Guest are viewing this topic.

Andrea

  • Water Moccasin
  • Posts: 2372
Re: Dcloud v1.0 my New Dynamic tool !
« Reply #15 on: February 10, 2009, 10:26:20 AM »
I try to make all of my blocks' colours, linetypes and lineweights set to byblock.  ByBlock is like ByLayer, but gives you a little more flexibility.  If you (or your company) is a real stickler for standards, they may not like it, as it is easy to abuse, but sometimes, those properties just HAVE to be changed... and it beats exploding the block just so you can change them.

Sorry for the slight hijack, Andrea.

No problem.. ;-)
All of us have diffrent standards restrictions..

Keep smile...

JCUTRONA

  • Guest
Re: Dcloud v1.0 my New Dynamic tool !
« Reply #16 on: February 12, 2009, 02:24:40 PM »
Andrea thanks so much for sharing this powerful tool.  I am getting good use out of it every day...

Also, this tool (along with the darray tool) has furthered my understanding of auto lisp and some of it's mechanics. 

I appreciate you.

Pad

  • Bull Frog
  • Posts: 342
Re: Dcloud v1.0 my New Dynamic tool !
« Reply #17 on: February 13, 2009, 05:48:24 AM »
Very nice!

Was wondering if it would be possible for the routine to also convert an already drawn 'polyline to blocks'?
and then dynamically +/- the block scale?

Thanks

Andrea

  • Water Moccasin
  • Posts: 2372
Re: Dcloud v1.0 my New Dynamic tool !
« Reply #18 on: February 13, 2009, 05:11:45 PM »
i've made this one...
but not allow the + - scale..
i'll work on it.. when have 2 min...or maybe 3.. :lol:

Keep smile...

stevesfr

  • Newt
  • Posts: 54
Re: Dcloud v1.0 my New Dynamic tool !
« Reply #19 on: February 14, 2009, 08:28:34 AM »
WOW, Neat, Neater, Neatest !!!   all of the above !!!
Can't remember what I'm supposed to forget.

Pad

  • Bull Frog
  • Posts: 342
Re: Dcloud v1.0 my New Dynamic tool !
« Reply #20 on: February 20, 2009, 05:49:57 AM »
i've made this one...
but not allow the + - scale..
i'll work on it.. when have 2 min...or maybe 3.. :lol:



Thanks Andrea
For some reason i cant get it to run?

Command: rc2block
too few arguments

Thanks
Paddy

Andrea

  • Water Moccasin
  • Posts: 2372
Re: Dcloud v1.0 my New Dynamic tool !
« Reply #21 on: February 20, 2009, 03:39:29 PM »
i've made this one...
but not allow the + - scale..
i'll work on it.. when have 2 min...or maybe 3.. :lol:



Thanks Andrea
For some reason i cant get it to run?

Command: rc2block
too few arguments

Thanks
Paddy

beacause you use it as a command.
use-it as a function.

eg:
command:(rc2block "myblockname" 12)

Note:
12 is the color to start with.  If you dont want random color use Nil.

Keep smile...

Pad

  • Bull Frog
  • Posts: 342
Re: Dcloud v1.0 my New Dynamic tool !
« Reply #22 on: February 21, 2009, 11:32:18 AM »
Ah I see, thanks.
Hope to have some time next week to play with this.

Ta
P

mhakimab

  • Guest
Re: Dcloud v1.0 my New Dynamic tool !
« Reply #23 on: April 19, 2010, 10:32:59 AM »
What a terrific routine.
Thank you for sharing.  :-)