algorithmic modeling for Rhino
well, why use any script at all if the only thing u need is the center of this particular surface?
I use mac version and there is no gh support yet. I also think that script is straight forward than the gh interface. But thanks :)
import rhinoscriptsyntax as rs
srf= rs.GetObject("Select a one surface",rs.filter.surface)
pt = rs.AddPoint(rs.SurfaceAreaCentroid(srf)[0])
Thanks :)
thanks
Welcome to
Grasshopper
© 2025 Created by Scott Davidson.
Powered by