A complete PAT pattern definition (starts with *NAME, description).

interface AcDbPatPattern {
    description?: string;
    lines: AcDbPatLine[];
    name: string;
}

Properties

description?: string

Pattern description text.

This is the part after the comma in the PAT header; may be empty.

lines: AcDbPatLine[]

Line-family descriptors included in this pattern.

Order is preserved from the source PAT file.

name: string

Pattern name.

Examples: ANSI31, SOLID.