CadRPlanAddGrSection
Creates a new road alignment (plan) — ground section and returns its handle.
std::int32_t CadRPlanAddGrSection (
YuHandle hRPlan,
double Dist,
double Zcen
);
Parameters
- hRPlan (YuHandle)
- Handle to the road alignment, as returned by
CadAddRPlan. - Dist (double)
- Distance / chainage along the object, in drawing units.
- Zcen (double)
- Numeric value (double precision).
Return Value
The handle of the newly created road alignment (plan), or 0 on failure.