of
fun of(basePoint: Vector3D, leftHeadPoint: Option<Vector3D>, rightHeadPoint: Option<Vector3D>, tolerance: Double): ContextIssueList<Polyhedron3DFactory.VerticalOutlineElement>
fun of(basePoint: Vector3D, headPoints: List<Vector3D>, tolerance: Double): Polyhedron3DFactory.VerticalOutlineElement
Returns a VerticalOutlineElement based on a provided list of headPoints.
Parameters
basePoint
base point of the outline element
headPoints
a maximum number of two head points must be provided
tolerance
allowed tolerance
fun of(elements: List<Polyhedron3DFactory.VerticalOutlineElement>, tolerance: Double): ContextIssueList<Polyhedron3DFactory.VerticalOutlineElement>
Returns a VerticalOutlineElement by merging a list of elements.
Parameters
elements
list of VerticalOutlineElement which must all contain the same base point
tolerance
allowed tolerance