Results 1 to 4 of 4

Thread: Exploding a single polyline (entitiy) in selection set, then reacquiring that entity as a line in LISP

  1. #1
    Member
    Join Date
    2013-11
    Posts
    3
    Login to Give a bone
    0

    Default Exploding a single polyline (entitiy) in selection set, then reacquiring that entity as a line in LISP

    I have a selection set that gets (line,LWpolyline)

    if it is a LWpolyline, sends to a function that explodes it into a line.

    I want to thenreacquire that line, probably from it's entity name, then continue processing it as a line.

    I get it to the function; it explodes it fine; having trouble trying to select that entity without user input.


    Help....... Dan

  2. #2
    I could stop if I wanted to
    Join Date
    2014-08
    Posts
    448
    Login to Give a bone
    0

    Default Re: Exploding a single polyline (entitiy) in selection set, then reacquiring that entity as a line in LISP

    try select previous

  3. #3
    Member
    Join Date
    2013-11
    Posts
    3
    Login to Give a bone
    0

    Default Re: Exploding a single polyline (entitiy) in selection set, then reacquiring that entity as a line in LISP

    Quote Originally Posted by remi678731 View Post
    try select previous
    do you have a code example?

  4. #4
    Member
    Join Date
    2013-11
    Posts
    3
    Login to Give a bone
    0

    Default Re: Exploding a single polyline (entitiy) in selection set, then reacquiring that entity as a line in LISP

    Thank you remi678731, I was able to get my code working; you headed me in the right direction.

    Thank you, Dan

Similar Threads

  1. Replies: 13
    Last Post: 2016-02-18, 02:50 PM
  2. Lisp to trim/ break a polyline or line
    By peter.velasco701031 in forum AutoLISP
    Replies: 3
    Last Post: 2015-05-21, 01:03 PM
  3. leader EXTEND TO LINE,POLYLINE LISP
    By klcecity371697 in forum AutoLISP
    Replies: 4
    Last Post: 2013-01-31, 09:01 AM
  4. Single line to polyline converstion programs
    By sgeelmuyden in forum Software
    Replies: 7
    Last Post: 2005-11-21, 10:13 AM

Tags for this Thread

Posting Permissions

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