Math3D Full Project API
    Preparing search index...
    type ProblemCheckResult = {
        id: string;
        label: string;
        residual: number | null;
        status: ProblemCheckStatus;
        tolerance: number;
        type: ProblemCheckDef["type"];
        unit: ProblemCheckUnit;
    }
    Index

    Properties

    id: string
    label: string
    residual: number | null
    tolerance: number
    type: ProblemCheckDef["type"]