Remove the point which is in a user define tolerance for curve which have multi

Remove the point which is in a user define tolerance for curve which have multi

Anonymous
Not applicable
693 Views
3 Replies
Message 1 of 4

Remove the point which is in a user define tolerance for curve which have multi

Anonymous
Not applicable
On curve pline have a n number of points so remove the points on user define tolerance for angle
0 Likes
694 Views
3 Replies
Replies (3)
Message 2 of 4

Kent1Cooper
Consultant
Consultant

I'm not sure I understand completely, but PLDIET.lsp with its PLD command may do what you want.  Available >here<.  You can tell it both how far apart and at what maximum angle of bend you want vertices removed.

Kent Cooper, AIA
0 Likes
Message 3 of 4

Anonymous
Not applicable

Sorry For the wrong Info I have point list. on that list i have to find and remove points within user define tolerance  for angle so i will get new pointlist after removing points and then we can draw a new polyline on it.

0 Likes
Message 4 of 4

Kent1Cooper
Consultant
Consultant

@Anonymous wrote:

... I have point list. on that list i have to find and remove points within user define tolerance  for angle so i will get new pointlist after removing points and then we can draw a new polyline on it.


 

The quickest suggestion I can make would be to draw a Polyline using that point list first, and then put it on a diet with PLD.

 

The routine could be adjusted to work on a point list instead of on a drawn Polyline, but it would take me a while to get re-acquainted with how it works, and make the adjustments.

 

But it would be helpful if you can post an image showing exactly what you mean by "remove points within user define tolerance  for angle" -- I have an idea of what I think  it means, but I may be wrong.

Kent Cooper, AIA
0 Likes