Cutting Tspline Geometry

Hi guys, I’m just wondering, is it possible to cut a custom shaped hole on a Tspline surface or geometry? sort of like how you can use solid difference to cut a custom shaped hole on a normal solid.
I am aware of the TsplineSurface.DeleteFaces node, but it doesn’t let you control the shape of the hole.

You could probably do so by performing these operations on an extracted Solid, once you’re done with the TSpline workflow .


holeTSpline.dyn (17.4 KB)

1 Like

Thank you, I guess you just have to convert it to a normal solid to do the operation.
Thanks again.

1 Like