Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Solid Class / IsPointInside Method
The 3D point

In This Topic
    IsPointInside Method (Solid)
    In This Topic
    Checks if the specified point is inside the solid.
    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