Arc3d.Eval Method

Returns a point on the arc given a parameter in the range 0.0 - 1.0 . If the parameter is less than 0.0 or larger than 1.0 the point returned is on the linear extension of the arcs end/start.
public Point3d Eval( 
   double param 
)

Parameters

param
double

The parameter to compute for.

Return Value

Point3d

The point at the given parameter.

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition