bobbybob Posted February 19, 2021 Share Posted February 19, 2021 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? Quote Link to comment Share on other sites More sharing options...
Librarian Posted February 19, 2021 Share Posted February 19, 2021 //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 Quote Link to comment Share on other sites More sharing options...
konstantin magnus Posted February 19, 2021 Share Posted February 19, 2021 Just take a primitive wrangle: addpoint(0, v@P); 2 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.