Companion

object Companion

Functions

Link copied to clipboard

Returns a VerticalOutlineElement by merging a list of elements.

fun of(    basePoint: Vector3D,     headPoints: List<Vector3D>,     tolerance: Double): Polyhedron3DFactory.VerticalOutlineElement

Returns a VerticalOutlineElement based on a provided list of headPoints.

fun of(    basePoint: Vector3D,     leftHeadPoint: Option<Vector3D>,     rightHeadPoint: Option<Vector3D>,     tolerance: Double): ContextIssueList<Polyhedron3DFactory.VerticalOutlineElement>