Skip to content

Interface: SliceExtractionParams

Defined in: src/types/SliceAccess.ts:92

Parameters for slice extraction

Properties

sliceIndex

ts
sliceIndex: number;

Defined in: src/types/SliceAccess.ts:94

The slice index to extract


sliceAxis

ts
sliceAxis: 0 | 1 | 2;

Defined in: src/types/SliceAccess.ts:96

Which axis to slice along (0=X, 1=Y, 2=Z)


orientation

ts
orientation: AxisSet3D;

Defined in: src/types/SliceAccess.ts:98

The desired output orientation

Released under the MIT License.