Author Topic: Polyline between two Polylines  (Read 3835 times)

0 Members and 1 Guest are viewing this topic.

mailmaverick

  • Bull Frog
  • Posts: 493
Polyline between two Polylines
« on: April 19, 2015, 09:19:27 AM »
Dear All

I found a very good routine on Lee Mac to draw a polyline between two polylines at following link :-

http://www.cadtutor.net/forum/showthread.php?49457-Trying-to-draw-a-centerline-between-two-contour-lines&s=7ab7b2daf302be27f7ba30d56ba0e731


The LISP works fine but gives a pollyline with many vertices, precisely 100 as is set by acc variable.
Code: [Select]
(setq acc 100.) ;; Increase for greater accuracy

My question is : How can we remove the unnecessary vertices of the polyline ?

Crank

  • Water Moccasin
  • Posts: 1503
Re: Polyline between two Polylines
« Reply #1 on: April 19, 2015, 12:45:36 PM »
overkill
Vault Professional 2023     +     AEC Collection

GP

  • Newt
  • Posts: 83
  • Vercelli, Italy