Curve3D

constructor(curveXY: AbstractCurve2D, heightFunction: UnivariateFunction, torsionFunction: UnivariateFunction = LinearFunction.X_AXIS)

Parameters

curveXY

the curve in the xy plane

heightFunction

the definition of the height, which must be defined where the curveXY is defined

torsionFunction

the torsion of the curve, which must be defined where the curveXY is defined