yucad3d

CadPlinePutZ

Sets the z of the polyline.

void CadPlinePutZ ( YuHandle hEnt, std::int32_t iVer, double Z );

Parameters

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

Return Value

None.

See Also