buildFromVerticalOutlineElements
fun buildFromVerticalOutlineElements(outlineId: RoadObjectOutlineIdentifier, outlineElements: NonEmptyList<Polyhedron3DFactory.VerticalOutlineElement>, tolerance: Double): Either<GeometryBuilderException, ContextIssueList<Polyhedron3D>>
Builds a Polyhedron3D from a list of VerticalOutlineElement, which define the boundary of the Polyhedron3D.
Parameters
outlineElements
vertical line segments or points bounding the polyhedron