axis
OptionalcaptureToken
captureToken?: number
OptionalcontourCount
contourCount?: number
OptionalcontourEnabled
contourEnabled?: boolean
OptionalcropCenter
cropCenter?: [number, number, number]
OptionalcropExtents
cropExtents?: [number, number, number]
OptionalcropGizmoEnabled
cropGizmoEnabled?: boolean
OptionalcropGizmoMode
cropGizmoMode?: "move" | "scale"
Optionalcrosshair
crosshair?: [number, number, number] | null
dataset
index
index: number
OptionalisoSmoothing
isoSmoothing?: boolean
OptionalisoSmoothingIterations
isoSmoothingIterations?: number
OptionalisoValue
isoValue?: number
OptionalonCaptureThumbnail
onCaptureThumbnail?: (dataUrl: string | null) => void
OptionalonCropChange
onCropChange?: (
center: [number, number, number],
extents: [number, number, number],
) => void
OptionalonSliceHover
OptionalonSlicePick
onSlicePick?: (world: [number, number, number]) => void
OptionalonSliceReport
opacity
opacity: number
OptionalshowAxes
showAxes?: boolean
OptionalshowCropBox
showCropBox?: boolean
OptionalshowIsosurface
showIsosurface?: boolean
OptionalshowStreamlines
showStreamlines?: boolean
OptionalstreamlineMaxLength
streamlineMaxLength?: number
OptionalstreamlineMaxSteps
streamlineMaxSteps?: number
OptionalstreamlineSeeds
streamlineSeeds?: [number, number, number][]
OptionalstreamlineStepSize
streamlineStepSize?: number
OptionalvectorGrid
OptionalviewPreset
viewPreset?: "free" | "xy" | "xz" | "yz"
OptionalwindowMode
windowMode?: "auto" | "minmax"