SoDataSetReadTile Method (SoLDMTileID, SoBufferObject, Boolean) |
Copies the specified tile into the provided buffer.
Namespace: OIV.LDM.NodesAssembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public virtual void ReadTile(
SoLDMTileID tileID,
SoBufferObject buffer,
bool transform
)
Public Overridable Sub ReadTile (
tileID As SoLDMTileID,
buffer As SoBufferObject,
transform As Boolean
)
public:
virtual void ReadTile(
SoLDMTileID tileID,
SoBufferObject^ buffer,
bool transform
)
abstract ReadTile :
tileID : SoLDMTileID *
buffer : SoBufferObject *
transform : bool -> unit
override ReadTile :
tileID : SoLDMTileID *
buffer : SoBufferObject *
transform : bool -> unit
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