Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Point3D Class / IsInside Method
Lower-left-front corner
Top-right-rear corner

In This Topic
    IsInside Method
    In This Topic
    Checks if the point is inside the specified volume.
    Syntax
    'Declaration
     
    Public Function IsInside( _
       ByVal boxMin As Point3D, _
       ByVal boxMax As Point3D _
    ) As Boolean
    public bool IsInside( 
       Point3D boxMin,
       Point3D boxMax
    )

    Parameters

    boxMin
    Lower-left-front corner
    boxMax
    Top-right-rear corner

    Return Value

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