VerticalOutlineElement
data class VerticalOutlineElement(val basePoint: Vector3D, val leftHeadPoint: Option<Vector3D>, val rightHeadPoint: Option<Vector3D> = None, val tolerance: Double) : Tolerable
A vertical outline element is represented by a basePoint and an optional leftHeadPoint and rightHeadPoint. The basePoint defines the bound of the base surface.
Parameters
basePoint
base point of the outline element
leftHeadPoint
left head point representing the bound point of the side surface to the left
rightHeadPoint
right head point representing the bound point of the side surface to the right