yucad3d

CadRProfGetCurvePrm

Returns the curve parameter of the road profile.

void CadRProfGetCurvePrm ( YuHandle hRProf, std::int32_t iVer, double* pRad, double* pBVC, double* pEVC, double* pLen );

Parameters

hRProf (YuHandle)
Handle to the road profile, as returned by CadAddRProf.
iVer (std::int32_t)
Zero-based index.
pRad (double*)
Caller-supplied output pointer.
pBVC (double*)
Caller-supplied output pointer.
pEVC (double*)
Caller-supplied output pointer.
pLen (double*)
Caller-supplied output pointer.

Return Value

None.

See Also