CurveRelativeLineSegment3D

class CurveRelativeLineSegment3D(    val start: CurveRelativeVector3D,     val end: CurveRelativeVector3D,     val tolerance: Double,     val endBoundType: BoundType = BoundType.CLOSED) : CurveRelativeAbstractGeometry3D, Tolerable

Line segment in a curve relative coordinate system in 3D.

Parameters

start

start of the line segment

end

end of the line segment

endBoundType
tolerance

allowed tolerance

Constructors

Link copied to clipboard
constructor(start: CurveRelativeVector3D, end: CurveRelativeVector3D, tolerance: Double, endBoundType: BoundType = BoundType.CLOSED)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val tolerance: Double