LinearPath.PointAt Method

Evaluates a point on the linear path.
Public Function PointAt( _ 
ByVal t As Double
) As Point3D
This language is not supported or no code example is available.
public Point3D PointAt( 
double t 
)
This language is not supported or no code example is available.

Parameters

t
double

Evaluation parameter

Return Value

Point3D

Returns the point at length t

.NET Framework

Supported in: 4.8

In this article

Definition