Click or drag to resize
SoDataSetReadTile Method (SoLDMTileID, SoBufferObject, 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 void ReadTile(
	SoLDMTileID tileID,
	SoBufferObject buffer,
	bool transform
)

Parameters

tileID
Type: OIV.LDMSoLDMTileID
buffer
Type: OIV.Inventor.DevicesSoBufferObject
transform
Type: SystemBoolean
Remarks

Applies the data transformation (set in dataTransform field) if transform is true.

See Also