MLightCAD
    Preparing search index...

    Interface MlQuickSelectCriteria

    Full criteria payload for Quick Select.

    interface MlQuickSelectCriteria {
        applyTo: MlQuickSelectApplyTo;
        objectType?: string;
        operator: MlQuickSelectOperator;
        property: MlQuickSelectProperty;
        selectionMode: MlQuickSelectSelectionMode;
        value: string;
    }
    Index

    Properties

    Source scope (entire drawing or current selection)

    objectType?: string

    Optional object type constraint; undefined means no type filter

    Comparison operator

    Target property used for comparison

    How matched results are applied to selection set

    value: string

    Target value (UI sends string; numeric properties are parsed internally)