Eyeshot 10 WinForms API Reference
IsPointInside Method (Utility)

WinForms Assembly > devDept.Geometry Namespace > Utility Class : IsPointInside Method
Minimum 3D corner
Maximum 3D corner
Inflate amount
Checks if the point is inside the specified bounding box.
Syntax
'Declaration
 
Public Shared Function IsPointInside( _
   ByVal P As Point3D, _
   ByVal min As Point3D, _
   ByVal max As Point3D, _
   Optional ByVal inflate As Double _
) As Boolean
public static bool IsPointInside( 
   Point3D P,
   Point3D min,
   Point3D max,
   double inflate
)

Parameters

P
min
Minimum 3D corner
max
Maximum 3D corner
inflate
Inflate amount

Return Value

True if the 3D point is inside the bounding box, false otherwise.
See Also

Reference

Utility Class
Utility Members