yucad3d

CadArcDivide

Computes N equally spaced points along the arc's swept span into the caller's arrays.

void CadArcDivide ( YuHandle hEnt, std::int32_t nPoints, double* pX, double* pY );

Parameters

hEnt (YuHandle)
Handle to the entity.
nPoints (std::int32_t)
Number of elements.
pX (double*)
Receives the coordinate (caller-supplied double*).
pY (double*)
Receives the coordinate (caller-supplied double*).

Return Value

None.

See Also