top of page

Remove all Unconnected Points with Wrangle | No Add SOP

//Point Context

int primPoints[];

for(int i = 0; i < @numpt; i++){

primPoints = pointprims(0, i);

if(len(primPoints) == 0){

removepoint(0, i);

}

}


Recent Posts

See All
Udemy - Houdini VEX Programming for Beginners

In this series of lessons we will learn basics of Python language. We start with installing and setting up Python and Visual Studio Code for programming. Then will cover types of variables in Python t

 
 
 

Comments


bottom of page