bobbybob 1 Posted February 19 How can we create a point in the center of each surface? Here I used a facet to make unique points, then extrude to down scale each surface, and then fuse, but it seems pretty messy... I am sure there's a more elegant way? Share this post Link to post Share on other sites
Librarian 572 Posted February 19 //Run Over Detail //Object whose centroid is to be computed goes into input 2 vector cent = getbbox_center(1); addpoint(0,cent); Sc.hiplc 1 Share this post Link to post Share on other sites
konstantin magnus 807 Posted February 19 Just take a primitive wrangle: addpoint(0, v@P); 1 Share this post Link to post Share on other sites