• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Visual LISP, AutoLISP and General Customization

    Reply
    Valued Contributor
    Posts: 81
    Registered: ‎03-28-2006

    Drawing multiple plines

    88 Views, 3 Replies
    02-01-2007 09:19 AM
    I'm looking to create a routine that draws 3 polylines 1" apart (like mline with 3 individual plines) and I can visually see it when drawing. I can same result by offsetting but I would really like for the user to see the 3 line being drawn. Can one of you point me in the right direction. Thanks,

    Court
    Please use plain text.
    Distinguished Contributor
    Posts: 499
    Registered: ‎06-17-2005

    Re: Drawing multiple plines

    02-01-2007 09:22 AM in reply to: courtmyers
    the only way to have a realtime preview is to use a grread loop, and entmod the three objects as the user moves the mouse.

    --J
    Please use plain text.
    Valued Contributor
    Posts: 81
    Registered: ‎03-28-2006

    Re: Drawing multiple plines

    02-02-2007 09:49 AM in reply to: courtmyers
    Thanks,

    Court
    Please use plain text.
    Distinguished Contributor
    Posts: 119
    Registered: ‎11-04-2002

    Re: Drawing multiple plines

    02-02-2007 01:36 PM in reply to: courtmyers
    An approximation I have used is a wide pline then have your routine replace the pline with the 3 lines.

    Mike Weaver
    Please use plain text.