Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / Octant Class / IsPointInside Method

In This Topic
    IsPointInside Method (Octant)
    In This Topic
    Checks if a point is inside the BoundingBox of the current node.
    Syntax
    'Declaration
     
    Public Function IsPointInside( _
       ByVal point As Point3D _
    ) As Boolean
    public bool IsPointInside( 
       Point3D point
    )

    Parameters

    point

    Return Value

    True if it's inside or onto the boundary of the BoundingBox, false otherwise.
    See Also