Overload_Rhino_Geometry_Box_Contains - mcneel/rhinocommon-api-docs GitHub Wiki

Box.Contains Method

Overload List

 

Name Description
Public method Contains(BoundingBox) Test a boundingbox for Box inclusion. This is the same as calling Contains(box,false)
Public method Contains(Box) Test a box for Box inclusion. This is the same as calling Contains(box,false)
Public method Contains(Point3d) Determines whether a point is included in this box. This is the same as calling Contains(point,false)
Public method Contains(BoundingBox, Boolean) Test a boundingbox for Box inclusion.
Public method Contains(Box, Boolean) Test a box for Box inclusion.
Public method Contains(Point3d, Boolean) Determines whether a point is included in this box.
  Back to Top

See Also

Reference

Box Structure
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️