Author Topic: Darray - another Dynamic tool !!  (Read 17649 times)

0 Members and 1 Guest are viewing this topic.

Andrea

  • Water Moccasin
  • Posts: 2372
Darray - another Dynamic tool !!
« on: January 03, 2009, 01:48:02 PM »
Hi all..

Since I'm on the GRREAD function...
many idea comes in my head.

I have created this New Dynamic Array function.

Darray v.1


The only thing I don't like...is the way i've made it by using block..
but it work great. so if some one have any suggestions to doing this without creating block
I will be happy to see it.

thanks .  :roll:
Keep smile...

MP

  • Seagull
  • Posts: 17750
  • Have thousands of dwgs to process? Contact me.
Re: Darray - another Dynamic tool !!
« Reply #1 on: January 03, 2009, 01:59:31 PM »
The only thing I don't like...is the way i've made it by using block.

Haven't looked at your code but you could analyze the initial selected entities, especially the boundary elements, and grdraw a ghosted symbolic representation. Would be fast and no temp block def/instancing required, assuming that's what you did.
Engineering Technologist • CAD Automation Practitioner
Automation ▸ Design ▸ Drafting ▸ Document Control ▸ Client
cadanalyst@gmail.comhttp://cadanalyst.slack.comhttp://linkedin.com/in/cadanalyst

Andrea

  • Water Moccasin
  • Posts: 2372
Re: Darray - another Dynamic tool !!
« Reply #2 on: January 03, 2009, 06:15:02 PM »
thanks Michael,..

i'll take a look on how I can modify this.  :wink:
Keep smile...

Andrea

  • Water Moccasin
  • Posts: 2372
Re: Darray - another Dynamic tool !!
« Reply #3 on: January 03, 2009, 11:44:42 PM »
Update:
- OrthoMode Added.
- User can specify the Angle Value by pressing "V"
- English/French Detection

   8-)


Darray v.1.2


« Last Edit: January 04, 2009, 03:28:58 PM by Andrea »
Keep smile...

Andrea

  • Water Moccasin
  • Posts: 2372
Re: Darray - another Dynamic tool !!
« Reply #4 on: January 05, 2009, 08:56:00 AM »
Update:
- Polar Object Array added.
- Fix stopping routine by pressing any key

   8-)


Darray v.1.3


New Fix for AutoCAD 2008..



« Last Edit: January 05, 2009, 10:00:21 AM by Andrea »
Keep smile...

GDF

  • Water Moccasin
  • Posts: 2081
Re: Darray - another Dynamic tool !!
« Reply #5 on: January 05, 2009, 10:09:12 AM »
Not quite a perfect array...
Why is there never enough time to do it right, but always enough time to do it over?
BricsCAD 2020x64 Windows 10x64

MP

  • Seagull
  • Posts: 17750
  • Have thousands of dwgs to process? Contact me.
Re: Darray - another Dynamic tool !!
« Reply #6 on: January 05, 2009, 10:11:41 AM »
Guessing the proggy needs to consider the state of osmode.
Engineering Technologist • CAD Automation Practitioner
Automation ▸ Design ▸ Drafting ▸ Document Control ▸ Client
cadanalyst@gmail.comhttp://cadanalyst.slack.comhttp://linkedin.com/in/cadanalyst

GDF

  • Water Moccasin
  • Posts: 2081
Re: Darray - another Dynamic tool !!
« Reply #7 on: January 05, 2009, 10:14:53 AM »
Guessing the proggy needs to consider the state of osmode.


Ah hah...that was it.
Why is there never enough time to do it right, but always enough time to do it over?
BricsCAD 2020x64 Windows 10x64

Andrea

  • Water Moccasin
  • Posts: 2372
Re: Darray - another Dynamic tool !!
« Reply #8 on: January 05, 2009, 11:01:57 AM »
Oops..!

can be perfect ! :wink:

Fixed. !  thanks.

( i don't use Osnap )
Keep smile...

Andrea

  • Water Moccasin
  • Posts: 2372
Re: Darray - another Dynamic tool !!
« Reply #9 on: January 23, 2009, 03:18:48 PM »
New Release...


Darray v.1.4


This release is more complete..
  • New Dynamic Menu
  • New Array Options (Rectangle/Polar/Arc)
  • Switch Object alignement method by pressing Shif key
  • Allow user to change Quantity during the function
  • Allow user to change Angle during the function

Note:
By creating the Mtext BEFORE the entity....this will result transparency effect  ;-)

any comment or suggestion will be appreciated.
thanks.

enjoy !

Keep smile...

psuchewinner

  • Guest
Re: Darray - another Dynamic tool !!
« Reply #10 on: January 26, 2009, 08:18:28 AM »
Very cool stuff!  I will be dissecting it later to add some of your ides to my routines.

I wish my employer allowed me the resources to write programs like this.  Thats my dream job!

Keep the cool stuff coming!  I am envious!

GDF

  • Water Moccasin
  • Posts: 2081
Re: Darray - another Dynamic tool !!
« Reply #11 on: January 26, 2009, 10:23:33 AM »
Very kool, but I could not get the arc to work properly.
Why is there never enough time to do it right, but always enough time to do it over?
BricsCAD 2020x64 Windows 10x64

GDF

  • Water Moccasin
  • Posts: 2081
Re: Darray - another Dynamic tool !!
« Reply #12 on: January 26, 2009, 10:27:29 AM »
Very kool, but I could not get the arc to work properly.

Wait...now it's working. Way kool. keep up the good work.
Why is there never enough time to do it right, but always enough time to do it over?
BricsCAD 2020x64 Windows 10x64

Andrea

  • Water Moccasin
  • Posts: 2372
Re: Darray - another Dynamic tool !!
« Reply #13 on: January 26, 2009, 12:20:32 PM »
thanks.. 8-)

note:..
i'm not paid to do this kind of stuff..
i do it at home.. :evil:
Keep smile...

psuchewinner

  • Guest
Re: Darray - another Dynamic tool !!
« Reply #14 on: January 26, 2009, 03:53:59 PM »
Now thats a hobby!