MLightCAD
    Preparing search index...

    Snapshot for the most recent LAYISO command.

    interface AcApLayerIsoSnapshot {
        currentLayerAfter: string;
        currentLayerBefore: string;
        layers: AcApLayerIsoLayerSnapshot[];
    }
    Index

    Properties

    currentLayerAfter: string

    Current layer immediately after LAYISO finished.

    currentLayerBefore: string

    Current layer before LAYISO ran.

    Layers whose state changed during LAYISO.