Models a junction between lines in an engineering diagram

interface AnnotationsJunction {
    pageNumber?: number;
    position: AnnotationsPoint;
}

Properties

pageNumber?: number

The number of the page on which this annotation is located. The first page has number 1.

1

100000

The point representing the junction