hi everyone
HELP FOR BooleanSplit C #
I Need This API BoleanSplit is applied a few cutter simultaneously on an issue, not to act separately for each cutter, in fact, I want to take a result like what is done in Rhino, from friends who dominate C #. help ,me please
https://developer.rhino3d.com/wip/api/RhinoCommon/html/M_Rhino_Geometry_Brep_CreateBooleanSplit_1.htm
boolean split.gh (15.4 KB)
brep = Brep.Split(cutter, intersectionTolerance);
@Mahdiyar
or…
Similarly, Split Brep is the same problem with Muiltcutter and why are these codes have error?
brep.split().gh (29.8 KB)
https://developer.rhino3d.com/wip/api/RhinoCommon/html/M_Rhino_Geometry_Brep_Split_4.htm
brep = Brep.Split(cutter, normal, planView, intersectionTolerance);