Boolean Operations


Boolean operations are a set of operations that can be performed on two or more objects to create a new object. These operations include:


Union: This operation combines two or more objects into a single object. It’s equivalent to the mathematical union operation.


Difference: This operation subtracts one or more objects from another object. It’s equivalent to the mathematical difference operation.


Intersection: This operation creates a new object that is the common volume of two or more objects. It’s equivalent to the mathematical intersection operation.


/ Split: This operation splits one or more objects with another object. It’s equivalent to the mathematical split operation.


In Rhino, these operations are performed on Brep objects.