CadRProfPutCurveLen
Sets the curve length of the road profile.
void CadRProfPutCurveLen (
YuHandle hRProf,
std::int32_t iVer,
double Length
);
Parameters
- hRProf (YuHandle)
- Handle to the road profile, as returned by
CadAddRProf. - iVer (std::int32_t)
- Zero-based index.
- Length (double)
- Length of the symmetric parabolic vertical curve through this PVI.
Return Value
None.