yucad3d

CadRProfAddVer

Creates a new road profile — vertex and returns its handle.

void CadRProfAddVer ( YuHandle hRProf, double Dist, double Y );

Parameters

hRProf (YuHandle)
Handle to the road profile, as returned by CadAddRProf.
Dist (double)
Distance / chainage along the object, in drawing units.
Y (double)
World coordinate.

Return Value

None.

See Also