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
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
© 2024 Created by Scott Davidson. Powered by