Eyeshot 10 WinForms API Reference
IsPointInside Method (Mesh)

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Mesh Class : IsPointInside Method
The 3D point
Checks if the specified point is inside the 3D mesh.
Syntax
'Declaration
 
Public Function IsPointInside( _
   ByVal point As Point3D _
) As Boolean
public bool IsPointInside( 
   Point3D point
)

Parameters

point
The 3D point

Return Value

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

Reference

Mesh Class
Mesh Members