CurveOnParametricSurface3D

constructor(baseSurface: AbstractCurveRelativeSurface3D, lateralOffsetFunction: UnivariateFunction, heightOffsetFunction: UnivariateFunction = LinearFunction.X_AXIS)

Parameters

baseSurface

the base surface on which this curve lies

lateralOffsetFunction

lateral offset to the curve of the baseSurface

heightOffsetFunction

height offset to the curve of the baseSurface