SoDataSetWriteTile Method |
Write the specified tile using the specified writer.
Namespace: OIV.LDM.NodesAssembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public virtual void WriteTile(
SoLDMTileID tileID,
SoBufferObject buffer,
SoVolumeWriter writer
)
Public Overridable Sub WriteTile (
tileID As SoLDMTileID,
buffer As SoBufferObject,
writer As SoVolumeWriter
)
public:
virtual void WriteTile(
SoLDMTileID tileID,
SoBufferObject^ buffer,
SoVolumeWriter^ writer
)
abstract WriteTile :
tileID : SoLDMTileID *
buffer : SoBufferObject *
writer : SoVolumeWriter -> unit
override WriteTile :
tileID : SoLDMTileID *
buffer : SoBufferObject *
writer : SoVolumeWriter -> unit
Parameters
- tileID
- Type: OIV.LDMSoLDMTileID
- buffer
- Type: OIV.Inventor.DevicesSoBufferObject
- writer
- Type: OIV.LDM.WritersSoVolumeWriter
Remarks No operations are done on buffer (dataTransform or edition), the buffer is written as is. The writer must be initialized and handles must be properly set (see SoVolumeReader.closeAllHandles and OIV.LDM.Writers.SoVolumeWriter.RestoreAllHandles()), ie. the current reader's handles must be closed, and the specified writer's handles must be opened.
See Also