extend

fun extend(by: Double): Path3d

Extends the ends of the path by the given amount. This only make sense for open paths. It can be useful when using an extrusion along a path with a hole through the middle. e.g.

myProfile.extrude( myPath ) - myProfile.offset(-2).extrude( myPath.extend(1) )