MLightCAD
    Preparing search index...

    Interface LayerStateSnapshot

    Point-in-time capture of layer on/frozen/locked states and the current layer.

    Used by undo/redo and "layer previous" flows to restore a prior configuration.

    interface LayerStateSnapshot {
        clayer: string;
        states: LayerInfo[];
    }
    Index

    Properties

    Properties

    clayer: string

    Current layer name (CLAYER) at the time of capture.

    states: LayerInfo[]

    Shallow copies of LayerInfo rows at the time of capture.