Hi community!
Does anybody know if there is an equivalent of the Geometry.Split node in the Revit Api?
I’ve got the volume of a room, then I got its solid geometry and from the solid I got a face (Planar Face) and I would like to cut/split it by a plane getting two faces, I’ve managed to do it in python with the Geometry.Split but it uses ‘Autodesk.DesignScript.Geometry.Surface’ not ‘Autodesk.Revit.DB Face’.
I’m aware of the CutWithHalfSpace method, but it requires a solid not a face.
Any idea about how to achieve it?
Thank you so much in advance!