pizola 0 Posted November 30 I was following a tutorial from @librarian (a nice dude) but i stepped on the following problem: the points render and at sop level appear. I have everything exactly the same on my proyect as the tutorial and still they appear on sop so they end up rendering It should look like this: My proyect grilla3.hip Model solu2od.hipnc Thanks a lot Share this post Link to post Share on other sites
Milad Savar 4 Posted December 1 (edited) you can remove point with neighbourcount function int neighB==neighbourcount(0,@ptnum); if (neighB==0) removepoint(0,@ptnum); Edited December 1 by Milad Savar .. Share this post Link to post Share on other sites