Page 1 of 2 12 LastLast
Results 1 to 10 of 15

Thread: Array along a polyline path

  1. #1
    I could stop if I wanted to H.Hunter's Avatar
    Join Date
    2005-08
    Location
    Somewhere, but not here
    Posts
    241
    Login to Give a bone
    0

    Thumbs down Array along a polyline path

    I am trying to find a simple way to create an array (which is actually just one perpendicular line offset about 100 times) along a single polyline path at a given offset. This would be similar to the EXTRUDE command along a polyline path, only 2D.

    I want the perpendicular line's midpoint to follow the polyline and rotate the line so it remains perpendicular to the polyline. Each perpendicular line will be offset from each other at the same distance along the polyline.

    I could mathematically figure out how many lines I would have in each segment and then divide and create the lines, but I am looking for a way that doesn't require excessive boredom and clicking.

    Thanks in advance for those that reply.

  2. #2
    The Silent Type Mike.Perry's Avatar
    Join Date
    2000-11
    Posts
    13,656
    Login to Give a bone
    0

    Default Re: Array along a polyline path

    Hi

    Look at the _.Measure or _.Divide command (Hint - Block option with either command will work well for your needs).

    Have a good one, Mike

  3. #3
    I could stop if I wanted to H.Hunter's Avatar
    Join Date
    2005-08
    Location
    Somewhere, but not here
    Posts
    241
    Login to Give a bone
    0

    Talking Re: Array along a polyline path

    Thanks, Mike. It's not as automated as I would like, but it works better than what I was doing. I'll have to find some time to generate a routine or something.

  4. #4
    I could stop if I wanted to LanceMcHatton's Avatar
    Join Date
    2002-04
    Location
    Las Vegas, NV, USA
    Posts
    303
    Login to Give a bone
    0

    Default Re: Array along a polyline path

    Quote Originally Posted by jhciotti
    Thanks, Mike. It's not as automated as I would like, but it works better than what I was doing. I'll have to find some time to generate a routine or something.
    How would you like it to work better?

  5. #5
    I could stop if I wanted to H.Hunter's Avatar
    Join Date
    2005-08
    Location
    Somewhere, but not here
    Posts
    241
    Login to Give a bone
    0

    Default Re: Array along a polyline path

    That's like asking if I would want free money. I'll take better if you've got it.

  6. #6
    I could stop if I wanted to LanceMcHatton's Avatar
    Join Date
    2002-04
    Location
    Las Vegas, NV, USA
    Posts
    303
    Login to Give a bone
    0

    Default Re: Array along a polyline path

    Quote Originally Posted by jhciotti
    That's like asking if I would want free money. I'll take better if you've got it.
    I'm just wondering what you're looking for to make it more automated. What do you need that it's not giving you?

  7. #7
    I could stop if I wanted to H.Hunter's Avatar
    Join Date
    2005-08
    Location
    Somewhere, but not here
    Posts
    241
    Login to Give a bone
    0

    Arrow Re: Array along a polyline path

    To best describe what I'm trying to do:

    I have a centerline on a site plan (working in AutoCAD 2k5) that's x-feet long (for this example, let's say 50-feet). The centerline is a polyline with both curved and straight sections. I want to add a line along that polyline every y feet (let's say 5-feet) that intersects with the polyline at it's midpoint and remains perpendicular along the entire length of the polyline. The perpendicular lines will be, let's say, 2-feet long.

    Traditionally, I would draw one line and offset/array along the straight segments and then attempt some polar arrary along the arc segments. With Mike's suggestion, I can use the endpoints to refine it a little better, but it's still more of a hassle than I would like. Just imagine a 2D Extrude command, using it along a polyline path except I only want the extrusion to appear every x-feet along the path.

    I attached a basic example of a straight section.

  8. #8
    AUGI Director scott.wilcox's Avatar
    Join Date
    2015-11
    Location
    Edmonton, Alberta
    Posts
    990
    Login to Give a bone
    0

    Default Re: Array along a polyline path

    Make a block of the line you want to "array". Use it's midpoint as the block's base point.
    Use MEASURE, select the polyline you want the marks to appear along.
    Type B for block, enter the name of the block you created.
    Type Y to align block with object.
    Enter spacing between blocks.

    Scott

  9. #9
    I could stop if I wanted to LanceMcHatton's Avatar
    Join Date
    2002-04
    Location
    Las Vegas, NV, USA
    Posts
    303
    Login to Give a bone
    0

    Default Re: Array along a polyline path

    Quote Originally Posted by scott.wilcox
    Make a block of the line you want to "array". Use it's midpoint as the block's base point.
    Use MEASURE, select the polyline you want the marks to appear along.
    Type B for block, enter the name of the block you created.
    Type Y to align block with object.
    Enter spacing between blocks.
    Ditto.

  10. #10
    I could stop if I wanted to H.Hunter's Avatar
    Join Date
    2005-08
    Location
    Somewhere, but not here
    Posts
    241
    Login to Give a bone
    0

    Thumbs up Re: Array along a polyline path

    I thank you all. It's nice to learn new ways to stuff.

Page 1 of 2 12 LastLast

Similar Threads

  1. Array along a path
    By Wish List System in forum AutoCAD Wish List
    Replies: 6
    Last Post: 2013-10-26, 05:42 AM
  2. ARRAY OBJECTS ON POLYLINE PATH
    By Wish List System in forum Revit Architecture - Wish List
    Replies: 0
    Last Post: 2011-12-01, 11:51 PM
  3. Array/copy along a path
    By jonathonp857715 in forum AutoCAD General
    Replies: 4
    Last Post: 2011-02-26, 12:23 PM
  4. array along path
    By monroehaus in forum Revit Architecture - Families
    Replies: 14
    Last Post: 2008-09-17, 09:01 PM
  5. Replies: 2
    Last Post: 2006-11-10, 12:22 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •