Skip to content

Overload_Rhino_Geometry_Box_Contains

Will Pearson edited this page Aug 12, 2016 · 2 revisions

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

Clone this wiki locally