calculatePointGlobalCS
fun calculatePointGlobalCS(curveRelativePoint: CurveRelativeVector2D, addHeightOffset: Double = 0.0): Either<GeometryException.ValueNotContainedInDomain, Vector3D>
Returns a point in the global cartesian coordinate system that is located on this surface and given by a point in the curve relative coordinate system. An error is returned, if the requested point is not within this curve's domain.
Return
point in cartesian coordinates
Parameters
curveRelativePoint
point in curve relative coordinates
addHeightOffset
adds an additional height offset to the surface