yucad3d

CadPlinePutVer

Sets the vertex of the polyline.

void CadPlinePutVer ( YuHandle hEnt, std::int32_t iVer, double X, double Y, double Z );

Parameters

hEnt (YuHandle)
Handle to the entity.
iVer (std::int32_t)
Zero-based index.
X (double)
World coordinate.
Y (double)
World coordinate.
Z (double)
World coordinate.

Return Value

None.

See Also