Results 1 to 2 of 2

Thread: Draw Double Lines and Curves

  1. #1
    I could stop if I wanted to
    Join Date
    2015-09
    Posts
    420
    Login to Give a bone
    0

    Default Draw Double Lines and Curves

    Good Morning AUGI Members:

    I would like to know if there was a way to automate either of the following tasks.

    1) Select a number of objects (lines, circles, arcs, plines, etc.) and have the offset command create the offset for all of the selected objects.

    2) Create a double offset (about the centerline) for commonly used objects like lines, arcs, circles and ploylines.

    3) Is there anything like a "Draw Double" command that will work for lines, arcs, circles etc...??

    I know the mline command will draw a double line about a defined path but it does not work for curved objects like circles, arcs, etc.

    The ability to do this would be helpful.

    Regards,
    VInce

  2. #2
    100 Club lance.81922's Avatar
    Join Date
    2005-01
    Location
    Santa Fe, NM
    Posts
    176
    Login to Give a bone
    0

    Default Re: Draw Double Lines and Curves

    It should be easy to create an AutoLISP file that would ask for a selection set, and then run the OFFSET command on every item in the set. You do need to specify both the distance and the side for each offset, though, so the fast thing would be to just use the REPEAT command followed by OFFSET. No AutoLISP required.

    OFFSET to each side is also easy, assuming you want both offsets by the same distance. Is this what you want?

    No "Draw Double" that I know of. Another fairly simple AutoLISP program -- you'd need to specify where the second copy goes (which side, how far away).

Similar Threads

  1. Vertical Curves in Feature Lines
    By Wish List System in forum Civil 3D Wish List
    Replies: 0
    Last Post: 2013-10-24, 09:04 PM
  2. Show topo lines as smooth spline curves instead of current straight and angular lines.
    By Wish List System in forum Revit Architecture - Wish List
    Replies: 1
    Last Post: 2012-07-24, 06:03 PM
  3. How can I draw a legal description with curves?
    By Tom Beauford in forum AutoCAD Civil 3D - General
    Replies: 3
    Last Post: 2010-07-07, 11:24 AM
  4. Tables For Lines and Curves Labels
    By civil3d.wishlist1941 in forum Civil 3D Wish List
    Replies: 0
    Last Post: 2008-01-12, 03:18 PM

Posting Permissions

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