Hatch style

interface AcGiHatchStyle {
    color: number;
    patternAngle: number;
    patternLines: AcGiHatchPatternLine[];
    solidFill: boolean;
}

Hierarchy (View Summary)

Properties

color: number

Line color

patternAngle: number
patternLines: AcGiHatchPatternLine[]
solidFill: boolean