yucad3d

CadLeaderGetVer

Returns the vertex of the leader.

void CadLeaderGetVer ( YuHandle hEnt, std::uint32_t iVer, double* pX, double* pY, double* pZ );

Parameters

hEnt (YuHandle)
Handle to the entity.
iVer (std::uint32_t)
Zero-based index.
pX (double*)
Receives the coordinate (caller-supplied double*).
pY (double*)
Receives the coordinate (caller-supplied double*).
pZ (double*)
Receives the coordinate (caller-supplied double*).

Return Value

None.

See Also