B Rep Plane Split Plugin
Last changed: -84.250.25.46

.
Developer.NET
SummaryDemonstrates how to make a command that splits a bunch of BReps with a plane.

Project details

This is a VB.NET 2005 project containing plugin source code for Rhino4 & 5. It is a complete command class with comments.

 

This command works as follows:

  1. It asks the user to select a set of (poly)surfaces
  2. It asks the user for 3 points that specify a plane
  3. It calculates cutting plane surfaces through each BRep
  4. It splits the BRep with the plane. If the split was successful, the old objects are deleted and the new ones are inserted.

 

 

Download the source code

 

Contact the author