@dale wrote:
There are three new
Brep.Split
overrides included with RhinoCommon for Rhino 6 SR13:// Splits a Brep into pieces using Breps as cutters. Brep[] Brep.Split( IEnumerable<Brep> cutters, double intersectionTolerance ); // Splits a Brep into pieces using curves, // at least partially on the Brep, as cutters. Brep[] Brep.Split( IEnumerable<Curve> cutters, double intersectionTolerance ); // Splits a Brep into pieces using a combination of curves, // to be extruded, and Breps as cutters. Brep[] Brep.Split( IEnumerable<GeometryBase> cutters, Vector3d normal, bool planView, double intersectionTolerance );
Rhino 6 SR13 Release Candidate Available
Give 'em a try and just us know how it goes.
Thanks,
– Dale
Posts: 1
Participants: 1