Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Region Class / IsPointOnContour Method
The test 3D point
Maximum distance under which the point is considered on a contour.

In This Topic
    IsPointOnContour Method
    In This Topic
    Tests if a 3D point is on one of the region's contours.
    Syntax
    'Declaration
     
    Public Function IsPointOnContour( _
       ByVal testPoint As Point3D, _
       ByVal tol As Double _
    ) As Boolean
    public bool IsPointOnContour( 
       Point3D testPoint,
       double tol
    )

    Parameters

    testPoint
    The test 3D point
    tol
    Maximum distance under which the point is considered on a contour.

    Return Value

    True if the 3D point is on a contour, false otherwise.
    See Also