Click or drag to resize
SoDataSetReadTile Method (SoBufferObject, SoLDMTileID, Boolean)

Copies the specified tile into the provided buffer.

Namespace: OIV.LDM.Nodes
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public virtual ulong ReadTile(
	out SoBufferObject bufferObject,
	SoLDMTileID tileID,
	bool transform
)

Parameters

bufferObject
Type: OIV.Inventor.DevicesSoBufferObject
tileID
Type: OIV.LDMSoLDMTileID
transform
Type: SystemBoolean

Return Value

Type: UInt64
Remarks

Applies the data transformation (set in dataTransform field) if transform is true. Returns the size, in bytes, copied in the buffer. If size == 0 nothing was written (probably due to a memory allocation error).

See Also