Math3D Full Project API
    Preparing search index...
    type ConstructionLabState = {
        checkDefs: ProblemCheckDef[];
        checks: ProblemCheckResult[];
        errors: string[];
        graphObjects: ConstructionObjectSummary[];
        labels: OverlayLabelSet[] | null;
        nodes: ConstructionNode[];
        scene: GeometryScene;
        scriptText: string;
        selectedNodeId: string;
    }
    Index

    Properties

    checkDefs: ProblemCheckDef[]
    errors: string[]
    labels: OverlayLabelSet[] | null
    scriptText: string
    selectedNodeId: string