yucad3d

CadRPlanGetCurveCenter

Returns the curve center of the road alignment (plan).

std::int32_t CadRPlanGetCurveCenter ( 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 center.

See Also