TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: subbup on August 24, 2004, 01:46:37 AM

Title: Multiple plines offset as single pline
Post by: subbup on August 24, 2004, 01:46:37 AM
Hello All,
Is there any lisp to do the following operation.
Select multiple polyines that connected to each other, and do offset as a single polyline with a specified distance and specified number of objects
Title: Multiple plines offset as single pline
Post by: sinc on August 24, 2004, 08:17:30 AM
It would be simple enough to write a lisp routine that would "polyline edit -> join" the segments, then run offset, but it wouldn't gain you much over running those two commands manually.  Also, because it's easy for the "polyline edit -> join" to fail because of improperly-snapped linework, it may be best to keep this as a two-step procedure, in any case...
Title: Multiple plines offset as single pline
Post by: Anonymous on August 24, 2004, 08:52:12 AM
but the original objects should be separated one's, I don't want to join them