ela1995 0 Posted March 8 I learn how to find the center point on internet, but seem like it doesn't apply in this situation. How do I find the exact center point for these primitive? center point for custom primitive.hip random primitive.obj Share this post Link to post Share on other sites
Librarian 628 Posted March 8 (edited) Maybe ..you have Here in Forum diif Approach I think . float bound[] = primintrinsic(@OpInput1, "bounds", @primnum); vector min = set(bound[0], bound[2], bound[4]); vector max = set(bound[1], bound[3], bound[5]); addpoint(geoself(),avg(min,max)); removeprim(geoself(),@primnum,1); Vbbb.hiplc Edited March 9 by Librarian Share this post Link to post Share on other sites