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 Function Eval( _ 
ByVal param As Double
) As Point3d
This language is not supported or no code example is available.
public Point3d Eval( 
double param 
)
This language is not supported or no code example is available.
public:  
Point3d^ Eval( 
double param 
)
This language is not supported or no code example is available.
public function Eval( 
param : double 
) : Point3d;
This language is not supported or no code example is available.

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