Eyeshot 10 WinForms API Reference
PointAt Method (LinearPath)

WinForms Assembly > devDept.Eyeshot.Entities Namespace > LinearPath Class : PointAt Method
Evaluation parameter
Evaluates a point on the linear path.
Syntax
'Declaration
 
Public Function PointAt( _
   ByVal t As Double _
) As Point3D
public Point3D PointAt( 
   double t
)

Parameters

t
Evaluation parameter

Return Value

Returns the point at length t
See Also

Reference

LinearPath Class
LinearPath Members