Package-level declarations

Types

Link copied to clipboard

Abstract class for all geometric surface objects in an curve relative coordinate system in 3D.

Link copied to clipboard
class CurveRelativeParametricSurface3D(baseCurve: Curve3D, heightFunction: BivariateFunction = PlaneFunction.ZERO) : AbstractCurveRelativeSurface3D

Surface which is defined along the baseCurve. The height of the surface id defined by means of a BivariateFunction.

Cuts out a section from the completeCurveRelativeSurface. The resulting domain of the SectionedCurveRelativeParametricSurface3D starts at 0.0 and ends at the length of the section.