Region.IsPointOnContour Method

Tests if a 3D point is on one of the region's contours.
Public Function IsPointOnContour( _ 
ByVal testPoint As Point3D, _ 
ByVal tol As Double
) As Boolean
This language is not supported or no code example is available.
public bool IsPointOnContour( 
Point3D testPoint
double tol 
)
This language is not supported or no code example is available.

Parameters

testPoint
Point3D

The test 3D point

tol
double

Maximum distance under which the point is considered on a contour.

Return Value

bool

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

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition