Eyeshot 10 WinForms API Reference
IsPointInside(Point3D) Method

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Region Class > IsPointInside Method : IsPointInside(Point3D) Method
The test 3D point
Tests if a 3D point is inside the region.
Syntax
'Declaration
 
Public Overloads Function IsPointInside( _
   ByVal testPoint As Point3D _
) As Boolean
public bool IsPointInside( 
   Point3D testPoint
)

Parameters

testPoint
The test 3D point

Return Value

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

Reference

Region Class
Region Members
Overload List