CADWORKER Posted October 19, 2022 Posted October 19, 2022 Hi All, I have a drawing with lot of 3polylines and these polylines are connected to points on different layers. Now I have to remover vertices from some layers. All I am doing is selecting the 3dpolylines and remove vertex. Is there any way to remove the all the vertices on these layers at once. Thanks in advance Quote
BIGAL Posted October 20, 2022 Posted October 20, 2022 You could look for a point at each vertice and see what layer it is, the only question is the 1st point always the correct layer ? You could possibly use (ssget pt '((0 . "POINT"))) for each vertice. Post a dwg. 1 Quote
CADWORKER Posted October 25, 2022 Author Posted October 25, 2022 On 10/20/2022 at 4:58 AM, BIGAL said: You could look for a point at each vertice and see what layer it is, the only question is the 1st point always the correct layer ? You could possibly use (ssget pt '((0 . "POINT"))) for each vertice. Post a dwg. TEST-3D-POLY-01.dwg Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.