RhinoBrep.from_boolean_intersection

classmethod RhinoBrep.from_boolean_intersection(breps_a, breps_b)[source]

Construct a Brep from the boolean intersection of two groups of Breps.

Parameters:
breps_acompas_rhino.geometry.RhinoBrep or list(compas_rhino.geometry.RhinoBrep)

One or more Breps to instrsect.

breps_bcompas_rhino.geometry.RhinoBrep or list(compas_rhino.geometry.RhinoBrep)

Another one or more Breps to intersect.

Returns:
list(compas_rhino.geometry.RhinoBrep)

list of one or more resulting Breps.