pixate Posted March 11, 2013 Share Posted March 11, 2013 I am looking to select all of the 3 point polygons in this mesh and automatically delete them. I can manually do that, but that isn't the most efficient way to do this. Does anyone have any ideas? I am looking to delete the triangles in this mesh Thank you in advance. Quote Link to comment Share on other sites More sharing options...
graham Posted March 11, 2013 Share Posted March 11, 2013 You can create a primitive group using the expression $NVTX == 3 to select all the primitives which have 3 vertices (points). Quote Link to comment Share on other sites More sharing options...
pixate Posted March 11, 2013 Author Share Posted March 11, 2013 Thanks! Quote Link to comment Share on other sites More sharing options...
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.