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_a
compas_rhino.geometry.RhinoBrep
or list(compas_rhino.geometry.RhinoBrep
) One or more Breps to instrsect.
- breps_b
compas_rhino.geometry.RhinoBrep
or list(compas_rhino.geometry.RhinoBrep
) Another one or more Breps to intersect.
- breps_a
- Returns:
- list(
compas_rhino.geometry.RhinoBrep
) list of one or more resulting Breps.
- list(