BoundingBoxContains Method (Point3d, Boolean) |
Namespace: Rhino.Geometry
public bool Contains( Point3d point, bool strict )
Public Function Contains ( point As Point3d, strict As Boolean ) As Boolean
If 'strict' is affirmative, true if the point is inside this boundingbox; false if it is on the surface or outside.
If 'strict' is negative, true if the point is on the surface or on the inside of the boundingbox; otherwise false.