fromPaths

fun Path3D.Companion.fromPaths(contours: List<Path3D>, closed: Boolean, connectEpsilon: Double = 1.0E-6): Path3D(source)

Creates a new Path3D by combining multiple Path3D contours.

Return

a new Path3D combining the input contours

Parameters

contours

a list of Path3D to be combined; empty paths are removed

closed

whether the resulting Path3D should be closed

connectEpsilon

the tolerance for connecting contours, default is 1E-6