Click or drag to resize
SoVolumeDataEditTile Method (SoLDMTileID, SoBufferObject)

Replaces the contents of a tile with the given data.

Namespace: OIV.VolumeViz.Nodes
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public override int EditTile(
	SoLDMTileID tileId,
	SoBufferObject userData
)

Parameters

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

Return Value

Type: Int32
Remarks

The buffer size (in bytes) must match the tile size (in bytes) exactly. Call OIV.VolumeViz.Nodes.SoVolumeData.StartEditing(System.Int32@) before calling this method. Returns 0 if successful.

Caution note Caution

The modification may be postponed until the tile is really needed. Therefore the contents of the userData buffer must not be modified until after saveEditing() is called.

See Also