Hatch style

interface AcGiHatchStyle {
    backgroundColor?: AcCmColor;
    definitionLines: AcGiHatchPatternLine[];
    gradient?: AcGiHatchGradientStyle;
    patternAngle: number;
    solidFill: boolean;
}

Properties

backgroundColor?: AcCmColor
definitionLines: AcGiHatchPatternLine[]
patternAngle: number
solidFill: boolean