Segment3D.Project Method

Finds the point on the (infinite) line that is closest to given point.
Public Function Project( _ 
ByVal pt As Point3D
) As Double
This language is not supported or no code example is available.
public double Project( 
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 line that is closest to test point.

.NET Framework

Supported in: 4.8

In this article

Definition