yucad3d

CadArcGet3Pt

Returns the 3 pt of the arc.

void CadArcGet3Pt ( YuHandle hEnt, double* pXs, double* pYs, double* pZ, double* pXm, double* pYm, double* pXe, double* pYe );

Parameters

hEnt (YuHandle)
Handle to the entity.
pXs (double*)
Caller-supplied array that receives the coordinates.
pYs (double*)
Caller-supplied array that receives the coordinates.
pZ (double*)
Receives the coordinate (caller-supplied double*).
pXm (double*)
Caller-supplied output pointer.
pYm (double*)
Caller-supplied output pointer.
pXe (double*)
Caller-supplied output pointer.
pYe (double*)
Caller-supplied output pointer.

Return Value

None.

See Also