Bitbybit Docs
    Preparing search index...

    Class PolylinePropertiesDto (Inputs.Polyline)

    A polyline as a plain object: its points in order, whether it closes back on itself, and an optional color for drawing.

    Index

    Constructors

    Properties

    Constructors

    Properties

    points: Point3[]

    The points of the polyline, in order along it.

    undefined
    
    isClosed?: boolean

    When true, the polyline joins its last point back to its first.

    false
    
    color?: string | number[]

    A color used when the polyline is drawn, as a hex text such as #ff0000 or as [r, g, b] values from 0 to 1.

    #444444