Click or drag to resize
SoVRLdmFileBorderReaderReadTile Method
Overload List
  NameDescription
Public methodReadTile(Int32, SbBox3i32)

Given an index, reads a tile if the data is organized in tiles (for LDM).

(Overrides SoLDMReaderReadTile(Int32, SbBox3i32).)
Public methodReadTile(Int32, SbNativeArrayByte, SbBox3i32) Obsolete.
(Inherited from SoLDMReader.)
Public methodReadTile(Int32, SoBufferObject, SbBox3i32) 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.

(Inherited from SoVolumeReader.)
Top
See Also