MLightCAD
    Preparing search index...

    Interface MlQuickSelectResult

    Result of a Quick Select execution.

    interface MlQuickSelectResult {
        matchedCount: number;
        matchedIds: string[];
        sourceCount: number;
    }
    Index

    Properties

    matchedCount: number

    Number of objects that satisfy criteria

    matchedIds: string[]

    Object IDs that satisfy criteria

    sourceCount: number

    Number of source objects used for filtering