Click or drag to resize
SoVolumeReaderReadTile Method (Int32, SoBufferObject, SbBox3i32)

Note: This API is now obsolete.

Same as OIV.LDM.Readers.SoVolumeReader.ReadTile(System.Int32, OIV.Inventor.Generic.SbNativeArray{{System.Byte}}, OIV.Inventor.SbBox3i32) but using an OIV.Inventor.Devices.SoBufferObject (allocated by LDM) 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
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Obsolete since Open Inventor 8.5.0.0. Use SoBufferObject* readTile(int index, const SbBox3i32& tilePosition) instead.")]
public virtual bool ReadTile(
	int index,
	SoBufferObject buffer,
	SbBox3i32 tilePosition
)

Parameters

index
Type: SystemInt32
buffer
Type: OIV.Inventor.DevicesSoBufferObject
tilePosition
Type: OIV.InventorSbBox3i32

Return Value

Type: Boolean
Remarks

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

Caution note Caution

Obsolete since Open Inventor 8500. Use SoBufferObject* OIV.LDM.Readers.SoVolumeReader.ReadTile(System.Int32, OIV.Inventor.SbBox3i32) instead.

See Also