MLightCAD
    Preparing search index...

    Interface HatchRibbonState

    interface HatchRibbonState {
        associative: boolean;
        backgroundColor: string;
        fillColor: string;
        fillType: HatchFillType;
        gradient2Color: string;
        hatchObjectType: AcDbHatchObjectType;
        opacity: number;
        patternAngle: number;
        patternName: string;
        patternScale: number;
        style: HatchRibbonStyle;
    }
    Index

    Properties

    associative: boolean
    backgroundColor: string
    fillColor: string
    fillType: HatchFillType
    gradient2Color: string
    hatchObjectType: AcDbHatchObjectType
    opacity: number
    patternAngle: number
    patternName: string
    patternScale: number