Click or drag to resize
SoDataExtract.GetYSliceFromTile 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.2.2.0 (10.16.2.0)
Syntax
public int GetYSliceFromTile(
	SoBufferObject inputTile,
	int dimx,
	int dimy,
	int dimz,
	int datumSize,
	int slice,
	SoBufferObject outputSlice
)

Parameters

inputTile
Type: OIV.Inventor.Devices.SoBufferObject
dimx
Type: System.Int32
dimy
Type: System.Int32
dimz
Type: System.Int32
datumSize
Type: System.Int32
slice
Type: System.Int32
outputSlice
Type: OIV.Inventor.Devices.SoBufferObject

Return Value

Type: Int32
Remarks