Click or drag to resize
SoVolumeReaderGetSubSlice Method (SbBox2i32, Int32, SoBufferObject)

Same as OIV.LDM.Readers.SoVolumeReader.GetSubSlice(OIV.Inventor.SbBox2i32, System.Int32, OIV.Inventor.Generic.SbNativeArray{{System.Byte}}) but using an OIV.Inventor.Devices.SoBufferObject as the target of the data.

Namespace: OIV.LDM.Readers
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public virtual void GetSubSlice(
	SbBox2i32 subSlice,
	int sliceNumber,
	SoBufferObject dataBuffer
)

Parameters

subSlice
Type: OIV.InventorSbBox2i32

2D region of the slice to return.

sliceNumber
Type: SystemInt32

Slice number on the volume Z axis (first slice is 0).

dataBuffer
Type: OIV.Inventor.DevicesSoBufferObject

The target buffer to be filled.

Remarks

If not reimplemented then the version with "unsigned char*" parameter is called

See Also