Hi,
Through the Rhino GUI, we can trim a surface with a sphere and retain the part of the surface that lies outside of it. I need to do the same thing in a script (and with other types of closed solids as well).
Rhino.Geometry.Brep.Trim(Brep, Double) will only return the part of the surface that lies inside a closed Brep.
Is there another method I should look at?
Thanks
3 posts - 3 participants