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

In This Topic
    IsPointInside Method (Solid3D)
    In This Topic
    Checks if the specified point is inside the Solid3D.
    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 Solid3D, false otherwise.
    See Also