Click or drag to resize
SoDataExtractGetZSliceFromTile Method

Extract an X axis slice Given a buffer containing an LDM volume data tile, extract the Nth slice of data along the X axis, where slices are numbered 0 to dimx-1.

Namespace: OIV.Inventor.Algorithms
Assembly: OIV.Inventor.Algorithms (in OIV.Inventor.Algorithms.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public int GetZSliceFromTile(
	SoBufferObject inputTile,
	int dimx,
	int dimy,
	int dimz,
	int datumSize,
	int slice,
	SoBufferObject outputSlice
)

Parameters

inputTile
Type: OIV.Inventor.DevicesSoBufferObject
dimx
Type: SystemInt32
dimy
Type: SystemInt32
dimz
Type: SystemInt32
datumSize
Type: SystemInt32
slice
Type: SystemInt32
outputSlice
Type: OIV.Inventor.DevicesSoBufferObject

Return Value

Type: Int32
Remarks