Hello!
I have a problem with too many vertices on a 2d object. I want to lower down the number of vertices but still keep approximately the same shape.
File in the attachment
Solved! Go to Solution.
Hello!
I have a problem with too many vertices on a 2d object. I want to lower down the number of vertices but still keep approximately the same shape.
File in the attachment
Solved! Go to Solution.
Solved by Kent1Cooper. Go to Solution.
@Patchy wrote:
This will do
http://cadtips.cadalyst.com/linear-objects/polyline-diet
Thanks for the recommendation [that's my PLDIET.lsp routine]. The PLD command there does this to that shape, given a maximum distance to straighten of 50 and accepting defaults for the rest, reducing it from 368 vertices to 82:
If that turns out kinkier than you want in areas of tigher curvature, use a smaller number than 50.
@Patchy wrote:
This will do
http://cadtips.cadalyst.com/linear-objects/polyline-diet
Thanks for the recommendation [that's my PLDIET.lsp routine]. The PLD command there does this to that shape, given a maximum distance to straighten of 50 and accepting defaults for the rest, reducing it from 368 vertices to 82:
If that turns out kinkier than you want in areas of tigher curvature, use a smaller number than 50.
Thanks!
This really did the job and you can also decide how detailed is your object gonna be
Thanks!
This really did the job and you can also decide how detailed is your object gonna be
The link above is dead and the second link only takes me to the autodesk forum. Given how slow autocad is with polylines/splines it would be great if this could get sorted in one single software rather than fixing it elsewhere and import it back in.
The link above is dead and the second link only takes me to the autodesk forum. Given how slow autocad is with polylines/splines it would be great if this could get sorted in one single software rather than fixing it elsewhere and import it back in.
@cgh6VFSY wrote:
The link above is dead and the second link only takes me to the autodesk forum. Given how slow autocad is with polylines/splines it would be great if this could get sorted in one single software rather than fixing it elsewhere and import it back in.
https://cadtips.cadalyst.com/linear-objects/polyline-diet
https://forums.autodesk.com/t5/autocad-forum/reduce-polyline-points/m-p/8520844#M963796
@cgh6VFSY wrote:
The link above is dead and the second link only takes me to the autodesk forum. Given how slow autocad is with polylines/splines it would be great if this could get sorted in one single software rather than fixing it elsewhere and import it back in.
https://cadtips.cadalyst.com/linear-objects/polyline-diet
https://forums.autodesk.com/t5/autocad-forum/reduce-polyline-points/m-p/8520844#M963796
Cadalyst CAD Tips are currently not downloadable, and I've told them about it, and they say they're working on it. I don't know why the other link doesn't go to a specific message, other than the vagaries of the passage of time, but in any case, here's the routine.
Cadalyst CAD Tips are currently not downloadable, and I've told them about it, and they say they're working on it. I don't know why the other link doesn't go to a specific message, other than the vagaries of the passage of time, but in any case, here's the routine.
does PLDiet work on 3DPolylines in AutocadLt? I'm struggling with a survey plan that is way too detailed to import into sketchup
does PLDiet work on 3DPolylines in AutocadLt? I'm struggling with a survey plan that is way too detailed to import into sketchup
sorry finally found a super simple solution from these guys.. you just have to sign up but it's free and it worked instantly.
https://esurveying.net/free-lisp/reduce-polyline-vertices
sorry finally found a super simple solution from these guys.. you just have to sign up but it's free and it worked instantly.
https://esurveying.net/free-lisp/reduce-polyline-vertices
Can't find what you're looking for? Ask the community or share your knowledge.