yucad3d

CadEntityGetVer

Returns the vertex of the entity.

void CadEntityGetVer ( YuHandle hEnt, std::int32_t iVer, double* pX, double* pY );

Parameters

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

Return Value

None.

See Also