Description:

Evaluates point at a curve parameter.

Syntax:
public Point3d PointAt(
double t
)
Parameters:
  • t
  • Type: double
  • Evaluation parameter.
Returns:
Type: Point3d
Point (location of curve at the parameter t).
Remarks:
No error handling.
Available since:
5.0

Nothing found