OCCBrep.contains
- OCCBrep.contains(object)
Check if the Brep contains a given geometric primitive.
- Parameters:
- object
compas.geometry.Point
,compas.geometry.Curve
,compas.geometry.Surface
The object to check for containment.
- object
- Returns:
- bool
True if the object is contained in the Brep, False otherwise.