CadRProfPutVer
Sets the vertex of the road profile.
void CadRProfPutVer (
YuHandle hRProf,
std::int32_t iVer,
double Dist,
double Y
);
Parameters
- hRProf (YuHandle)
- Handle to the road profile, as returned by
CadAddRProf. - iVer (std::int32_t)
- Zero-based index.
- Dist (double)
- Distance / chainage along the object, in drawing units.
- Y (double)
- World coordinate.
Return Value
None.