yucad3d

CadRProfGetInterX

Returns the inter x of the road profile.

void CadRProfGetInterX ( YuHandle hRProf, double Y, double* pX, std::int32_t* pNumX, std::int32_t MaxNumX );

Parameters

hRProf (YuHandle)
Handle to the road profile, as returned by CadAddRProf.
Y (double)
World coordinate.
pX (double*)
Receives the coordinate (caller-supplied double*).
pNumX (std::int32_t*)
Receives the number of elements written.
MaxNumX (std::int32_t)
Capacity of the caller-supplied array(s).

Return Value

None.

See Also