yucad3d

Road Alignment (RPlan/RProf)

The road-design subsystem: clothoid horizontal alignments and parabolic vertical profiles. See the Road guide.

46 functions.

CadAddRPlanCreates a new road alignment (plan) and returns its handle.
CadAddRProfCreates a new road profile and returns its handle.
CadGetRPlanReturns the value of the road alignment (plan).
CadGetRProfReturns the value of the road profile.
CadRPlanAddCurveCreates a new road alignment (plan) — curve and returns its handle.
CadRPlanAddGrPointCreates a new road alignment (plan) — ground point and returns its handle.
CadRPlanAddGrSectionCreates a new road alignment (plan) — ground section and returns its handle.
CadRPlanClearRemoves all content of the road alignment (plan).
CadRPlanGenLevelsGenLevels generates contour lines from the ground sections and hands each to pFunc.
CadRPlanGetColorReturns the colour of the road alignment (plan).
CadRPlanGetCurveCenterReturns the curve center of the road alignment (plan).
CadRPlanGetCurveEndReturns the curve end of the road alignment (plan).
CadRPlanGetCurveStartReturns the curve start of the road alignment (plan).
CadRPlanGetCurveVertexReturns the curve vertex of the road alignment (plan).
CadRPlanGetDistReturns the dist of the road alignment (plan).
CadRPlanGetGrPointReturns the ground point of the road alignment (plan).
CadRPlanGetLineweightReturns the lineweight of the road alignment (plan).
CadRPlanGetNumRecsReturns the number of recs of the road alignment (plan).
CadRPlanGetPointReturns the point of the road alignment (plan).
CadRPlanGetVisibleReturns the visibility of the road alignment (plan).
CadRPlanGetZReturns the z of the road alignment (plan).
CadRPlanPutColorSets the colour of the road alignment (plan).
CadRPlanPutLineweightSets the lineweight of the road alignment (plan).
CadRPlanPutVisibleSets the visibility of the road alignment (plan).
CadRPlanSetEndSets the end of the road alignment (plan).
CadRPlanSetScaleSets the scale of the road alignment (plan).
CadRPlanSetStartSets the start of the road alignment (plan).
CadRPlanUpdateRecomputes the road alignment (plan) and refreshes its display.
CadRProfAddVerCreates a new road profile — vertex and returns its handle.
CadRProfClearRemoves all content of the road profile.
CadRProfDelVerDeletes the road profile vertex.
CadRProfGetColorReturns the colour of the road profile.
CadRProfGetCurvePrmReturns the curve parameter of the road profile.
CadRProfGetInterXReturns the inter x of the road profile.
CadRProfGetLineweightReturns the lineweight of the road profile.
CadRProfGetNumVersReturns the number of vertices of the road profile.
CadRProfGetVerReturns the vertex of the road profile.
CadRProfGetVisibleReturns the visibility of the road profile.
CadRProfGetYReturns the y of the road profile.
CadRProfPutColorSets the colour of the road profile.
CadRProfPutCurveLenSets the curve length of the road profile.
CadRProfPutLineweightSets the lineweight of the road profile.
CadRProfPutScaleSets the scale of the road profile.
CadRProfPutVerSets the vertex of the road profile.
CadRProfPutVisibleSets the visibility of the road profile.
CadRProfUpdateRecomputes the road profile and refreshes its display.