Bitbybit Docs
    Preparing search index...

    Class DxfPolylineSegmentDto (Inputs.IO)

    Polyline segment defined by multiple points Can include bulge values to create arc segments between vertices

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • Optionalpoints: Point2[]
      • Optionalclosed: boolean
      • Optionalbulges: number[]

      Returns DxfPolylineSegmentDto

    Properties

    points: Point2[]

    Points defining the polyline vertices

    undefined
    
    closed?: boolean

    Whether the polyline is closed

    false
    
    bulges?: number[]

    One bulge per vertex to bend the segment after it into an arc: 0 keeps it straight, positive bends counter-clockwise, negative clockwise. Leave it out for straight segments only.

    undefined
    

    true