CadLeaderPutVer
Sets the vertex of the leader.
void CadLeaderPutVer (
YuHandle hEnt,
std::uint32_t iVer,
double X,
double Y,
double Z
);
Parameters
- hEnt (YuHandle)
- Handle to the entity.
- iVer (std::uint32_t)
- Zero-based index.
- X (double)
- World coordinate.
- Y (double)
- World coordinate.
- Z (double)
- World coordinate.
Return Value
None.