bitbybit.dev v1.0.0-rc.1
    Preparing search index...

    Class DxfSplineSegmentDto

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

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • OptionalcontrolPoints: Point2[]
      • Optionaldegree: number
      • Optionalclosed: boolean

      Returns DxfSplineSegmentDto

    Properties

    controlPoints: Point2[]

    Control points defining the spline

    undefined
    
    degree?: number

    Degree of the spline (typically 2 or 3)

    3
    
    closed?: boolean

    Whether the spline is closed

    false