Interface AnnotationsTypesDiagramsInstanceLink

Models a link to an FDM instance referenced in an engineering diagram

interface AnnotationsTypesDiagramsInstanceLink {
    description?: string;
    instanceRef: AnnotationsInstanceRef;
    pageNumber?: number;
    symbol?: string;
    symbolRegion?: AnnotationsBoundingBox;
    text: string;
    textRegion: AnnotationsBoundingBox;
}

Properties

description?: string

The description of a primitive

The FDM instance this annotation is pointing to

pageNumber?: number

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

1

100000

symbol?: string

The symbol found in the file

symbolRegion?: AnnotationsBoundingBox

Optional location of a symbol

text: string

The extracted text

The location of the text mentioning the file