Author Topic: ACAD-Array  (Read 7214 times)

0 Members and 1 Guest are viewing this topic.

theluck19

  • Newt
  • Posts: 93
  • ABC (ADDICTED to BOOZE & CAD.)
ACAD-Array
« on: December 02, 2011, 04:07:06 AM »
Hi,

In micro station V8i there is an option to array objects as per a polyline's path. However autocad has only rectangular/polar options.
Currently i am using offset-divide-copy-paste method. Is there a quickerway or does someone have a program that does this?
Am using AutoCAD 2007
Cheers. :lol:
Win 10 Pro 64+AutoCAD 2019

mjfarrell

  • Seagull
  • Posts: 14444
  • Every Student their own Lesson
Re: ACAD-Array
« Reply #1 on: December 02, 2011, 06:19:40 AM »
Hi,

In micro station V8i there is an option to array objects as per a polyline's path. However autocad has only rectangular/polar options.
Currently i am using offset-divide-copy-paste method. Is there a quickerway or does someone have a program that does this?
Am using AutoCAD 2007
Cheers. :lol:

The bad news is that 2012 supports this type of array (now).  However I won't tell you to upgrade.
With the Divide and Measure commands one can place a block, effectively creating an ARRAY.
I'm trying to remember if 2007 supports Dynamic Blocks; if it does an alignment parameter can aide in keeping the blocks aligned correctly to the path.
The difference is in 2012 the arrayed objects are dynamically linked to the path object.

I think there might be a routine somewhere here at the swamp that also creates a dynamic aray.

http://www.theswamp.org/index.php?topic=39015.msg448981#msg448981
Be your Best


Michael Farrell
http://primeservicesglobal.com/

theluck19

  • Newt
  • Posts: 93
  • ABC (ADDICTED to BOOZE & CAD.)
Re: ACAD-Array
« Reply #2 on: December 04, 2011, 09:17:12 PM »
Thanx... :-)
Win 10 Pro 64+AutoCAD 2019

danallen

  • Guest
Re: ACAD-Array
« Reply #3 on: December 04, 2011, 11:26:16 PM »
With the Divide and Measure commands one can place a block, effectively creating an ARRAY.
I'm trying to remember if 2007 supports Dynamic Blocks; if it does an alignment parameter can aide in keeping the blocks aligned correctly to the path.

I believe Divide and Measure have always had an option to align blocks with object.

Dan

alanjt

  • Needs a day job
  • Posts: 5352
  • Standby for witty remark...
Re: ACAD-Array
« Reply #4 on: December 04, 2011, 11:36:04 PM »
I'm trying to remember if 2007 supports Dynamic Blocks; if it does an alignment parameter can aide in keeping the blocks aligned correctly to the path.
The difference is in 2012 the arrayed objects are dynamically linked to the path object.
I'm pretty sure dynamic blocks came out in 2006.
Civil 3D 2019 ~ Windohz 7 64bit
Dropbox

mjfarrell

  • Seagull
  • Posts: 14444
  • Every Student their own Lesson
Re: ACAD-Array
« Reply #5 on: December 05, 2011, 01:37:57 AM »
Just covering all bases there. However thanks for the fact checking gentlemen.    :wink:
Be your Best


Michael Farrell
http://primeservicesglobal.com/

Jeff H

  • Needs a day job
  • Posts: 6150
Re: ACAD-Array
« Reply #6 on: December 05, 2011, 09:10:03 AM »
I'm trying to remember if 2007 supports Dynamic Blocks; if it does an alignment parameter can aide in keeping the blocks aligned correctly to the path.
The difference is in 2012 the arrayed objects are dynamically linked to the path object.
I'm pretty sure dynamic blocks came out in 2006.
Just dealt with this and yes they came out in 2006.

alanjt

  • Needs a day job
  • Posts: 5352
  • Standby for witty remark...
Re: ACAD-Array
« Reply #7 on: December 05, 2011, 11:23:42 AM »
I'm trying to remember if 2007 supports Dynamic Blocks; if it does an alignment parameter can aide in keeping the blocks aligned correctly to the path.
The difference is in 2012 the arrayed objects are dynamically linked to the path object.
I'm pretty sure dynamic blocks came out in 2006.
and yes they came out in 2006.

Civil 3D 2019 ~ Windohz 7 64bit
Dropbox

theluck19

  • Newt
  • Posts: 93
  • ABC (ADDICTED to BOOZE & CAD.)
Re: ACAD-Array
« Reply #8 on: December 11, 2011, 10:55:43 PM »
Dont wanna sound too dumb here, but thats why i posted it in new to CAD. What i want looks something like this. I dont know about dynamic blocks much. Was in Design for a long time before this new job where i have to make the CAD output as well.Please tell me if dynamic blocks does this & I shall learn about it ASAP. Thanx. :-)
Win 10 Pro 64+AutoCAD 2019

mjfarrell

  • Seagull
  • Posts: 14444
  • Every Student their own Lesson
Re: ACAD-Array
« Reply #9 on: December 12, 2011, 12:38:25 AM »
you shouldn't need dynamic blocs to do this....

however they could help by using predefined stretch increment (bar spacings)

so they could be worth exploring.
Be your Best


Michael Farrell
http://primeservicesglobal.com/

trogg

  • Bull Frog
  • Posts: 255
Re: ACAD-Array
« Reply #10 on: December 29, 2011, 09:46:54 PM »
Alan has a LISP routine that'll work http://www.theswamp.org/index.php?topic=32789.0.

You just need to offset the polyline so that the object that you want copied/arrayed will have a path to be on. below is an example.

Hope this helps...