yucad3d

CadRPlanGetPoint

Returns the point of the road alignment (plan).

std::int32_t CadRPlanGetPoint ( YuHandle hRPlan, double Dist, double* pX, double* pY, double* pZ, double* pDirAngle );

Parameters

hRPlan (YuHandle)
Handle to the road alignment, as returned by CadAddRPlan.
Dist (double)
Distance / chainage along the object, in drawing units.
pX (double*)
Receives the coordinate (caller-supplied double*).
pY (double*)
Receives the coordinate (caller-supplied double*).
pZ (double*)
Receives the coordinate (caller-supplied double*).
pDirAngle (double*)
Caller-supplied output pointer.

Return Value

The point.

See Also