gui_desmarais@hotmail.com Posted June 27, 2018 Share Posted June 27, 2018 Hey guys so I scattered points on my geo, but I don't want the points on the edges. I'm trying to do it all procedural to use as a tool for a project I'm working on. Any suggestions? Quote Link to comment Share on other sites More sharing options...
animatrix Posted June 27, 2018 Share Posted June 27, 2018 Use Convert Line SOP and then after the scatter using an attribwrangle, use xyzdist to compute the distance of points to these edges and then using a threshold delete these points. Quote Link to comment Share on other sites More sharing options...
AntoineSfx Posted June 28, 2018 Share Posted June 28, 2018 Here is a way to do it. The magic happens in AttributeTransfer. It transfers an attribute called edge which is actually set on the points of the resampled cube, to the closest points it finds. deletePointsOnEdges.hipnc 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.