Visual LISP, AutoLISP and General Customization
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Drawing multiple plines
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
86 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
Court
Re: Drawing multiple plines
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
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
--J
Re: Drawing multiple plines
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-02-2007 09:49 AM in reply to:
courtmyers
Thanks,
Court
Court
Re: Drawing multiple plines
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
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
Mike Weaver
