Type Alias: MGH
type MGH =
| AnyNumberArray
| {
colormapLabel: LUT;
scalars: AnyNumberArray;
};
Defined in: nvmesh-types.ts:101
type MGH =
| AnyNumberArray
| {
colormapLabel: LUT;
scalars: AnyNumberArray;
};
Defined in: nvmesh-types.ts:101