Click or drag to resize
SoVolumeWriter.WriteTile Method

Given a tileID, writes a tile if the data is organized in tiles (see SoLDMTileID).

Namespace: OIV.LDM.Writers
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public virtual bool WriteTile(
	SoLDMTileID tileId,
	SoBufferObject buffer
)

Parameters

tileId
Type: OIV.LDM.SoLDMTileID
buffer
Type: OIV.Inventor.Devices.SoBufferObject

Return Value

Type: Boolean
Remarks

This function must be called only if isDataConverted() return true.

Must be reimplemented in children classes.

Please refer to SoLDMTileID and SoLDMTopoOctree for relation between tileId and tile position.

See Also