Remove all Unconnected Points with Wrangle | No Add SOPDeepak KGMar 4, 20201 min read//Point Contextint primPoints[];for(int i = 0; i < @numpt; i++){ primPoints = pointprims(0, i); if(len(primPoints) == 0){ removepoint(0, i); }}
Comments