MLightCAD
    Preparing search index...

    Persisted HATCH command options reused between command invocations.

    interface HatchSettings {
        associative: boolean;
        patternAngleDeg: number;
        patternName: string;
        patternScale: number;
        style: AcDbHatchStyle;
    }
    Index

    Properties

    associative: boolean

    Whether the command should operate in associative mode.

    patternAngleDeg: number

    Pattern angle in degrees, converted to radians when writing entity data.

    patternName: string

    Hatch pattern name, e.g. a predefined hatch pattern or SOLID.

    patternScale: number

    Pattern scale factor in drawing units (must be positive).

    style: AcDbHatchStyle

    Hatch style that controls island handling behavior.