CadRPlanGetCurveVertex
Returns the curve vertex of the road alignment (plan).
std::int32_t CadRPlanGetCurveVertex (
YuHandle hRPlan,
std::int32_t iRec,
double* pX,
double* pY
);
Parameters
- hRPlan (YuHandle)
- Handle to the road alignment, as returned by
CadAddRPlan. - iRec (std::int32_t)
- Integer value.
- pX (double*)
- Receives the coordinate (caller-supplied
double*). - pY (double*)
- Receives the coordinate (caller-supplied
double*).
Return Value
The curve vertex.