Click or drag to resize
SoVRLdmFileWriterWriteTile 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 override bool WriteTile(
	SoLDMTileID tileId,
	SoBufferObject buffer
)

Parameters

tileId
Type: OIV.LDMSoLDMTileID
buffer
Type: OIV.Inventor.DevicesSoBufferObject

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