Results 1 to 2 of 2

Thread: LISP that Add's Polyline Lengths by Linetype

  1. #1
    Woo! Hoo! my 1st post
    Join Date
    2017-09
    Posts
    1
    Login to Give a bone
    0

    Default LISP that Add's Polyline Lengths by Linetype

    Is there LISP routine that will allow me to add polylines by linetype rather than by layer?

    Right now we are using multiple layers to distinguish between different electrical circuits. We are trying to cut down on the number of layers in our drawings and our thought is we could use different custom linetypes to accomplish this. The problem is that we still need to distinguish between the different circuits in order to quantify each circuit separately.

  2. #2
    All AUGI, all the time
    Join Date
    2010-06
    Posts
    962
    Login to Give a bone
    0

    Default Re: LISP that Add's Polyline Lengths by Linetype

    Hi,

    Sure you can, and you just need to have the target linetype loaded into your linetype control ( popup menu ) or loaded it via codes and just add the related
    DXF (cons 6 <LineTypeName>) if you are using the entmake(x) function to create the polylines.

Similar Threads

  1. Replies: 2
    Last Post: 2015-07-27, 05:10 AM
  2. List total Polyline lengths according to Layer
    By irchrismm in forum AutoLISP
    Replies: 16
    Last Post: 2011-07-11, 07:10 AM
  3. single polyline & multiple linetype
    By lalit_jangid in forum AutoCAD Mechanical - General
    Replies: 3
    Last Post: 2009-06-01, 07:44 PM
  4. does some one have a lisp routine that adds line lengths
    By BRENDA_GZZ_GOMEZ in forum AutoLISP
    Replies: 2
    Last Post: 2007-05-24, 03:08 PM
  5. polyline lengths
    By eebryant in forum AutoCAD Map 3D - General
    Replies: 11
    Last Post: 2006-11-04, 01: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
  •