Math3D Full Project API
    Preparing search index...
    type TopologyDocumentCache = {
        activeRealizationId: string | null;
        activeView: TopologyDocumentView;
        animationPlan?: TopologyAnimationPlan;
        buildResult: QuotientBuildResult;
        realizationChoiceIds: string[];
    }
    Index

    Properties

    activeRealizationId: string | null
    animationPlan?: TopologyAnimationPlan
    buildResult: QuotientBuildResult
    realizationChoiceIds: string[]