Brep.contains
- Brep.contains(object)[source]
- Check if the Brep contains a given geometric primitive. - Parameters:
- objectcompas.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.