Math3D Full Project API
    Preparing search index...
    type VolumeDataset = {
        derived?: { slice?: Image2D | null } | null;
        distanceSigned?: boolean;
        fields?: VolumeFields | null;
        grid: VolumeGrid;
        kind: "volume";
        label?: string;
        note?: string;
        sourceId?: string;
    }
    Index

    Properties

    derived?: { slice?: Image2D | null } | null
    distanceSigned?: boolean
    fields?: VolumeFields | null
    kind: "volume"
    label?: string
    note?: string
    sourceId?: string