brepjs API Reference
    Preparing search index...

    Interface StepInfo

    interface StepInfo {
        cacheHit: boolean;
        cacheKey: string;
        node: IRNode;
    }
    Index

    Properties

    cacheHit: boolean
    cacheKey: string
    node: IRNode