Segment3D.ClosestPointTo Method

Finds the point inside the segment that is closest to given point.
Public Function ClosestPointTo( _ 
ByVal pt As Point3D
) As Double
This language is not supported or no code example is available.
public double ClosestPointTo( 
Point3D pt 
)
This language is not supported or no code example is available.

Parameters

pt
Point3D

Test point

Return Value

double

The parameter of the point on the segment that is closest to test point.

.NET Framework

Supported in: 4.8

In this article

Definition