Bitbybit Docs
    Preparing search index...

    Class PathSubpath (Inputs.OCCT)

    One continuous run of a path: a start point, its segments in order and whether it closes back on itself.

    Index

    Constructors

    Properties

    Constructors

    Properties

    start: Point2

    The 2D point the first segment starts at.

    undefined
    
    segments: PathSegment[]

    The segments in order, each starting where the previous one ended.

    undefined
    
    closed: boolean

    When true, the run closes from its last point back to start.

    false