Options
All
  • Public
  • Public/Protected
  • All
Menu

Spline/B-spline segment defined by control points and degree

Hierarchy

  • DxfSplineSegmentDto

Index

Constructors

Properties

Constructors

constructor

  • Parameters

    • Optional controlPoints: Point2[]
    • Optional degree: number
    • Optional closed: boolean

    Returns DxfSplineSegmentDto

Properties

Optional closed

closed: boolean

Whether the spline is closed

default

false

controlPoints

controlPoints: Point2[]

Control points defining the spline

default

undefined

Optional degree

degree: number

Degree of the spline (typically 2 or 3)

default

3

Generated using TypeDoc