Math3D Full Project API
    Preparing search index...

    Type Alias SurfacePresetRecord

    type SurfacePresetRecord = {
        createdAt: number;
        expr?: string;
        id: string;
        kind: PresetKind;
        label: string;
        updatedAt: number;
        xExpr?: string;
        yExpr?: string;
        zExpr?: string;
    }
    Index

    Properties

    createdAt: number
    expr?: string
    id: string
    label: string
    updatedAt: number
    xExpr?: string
    yExpr?: string
    zExpr?: string