Click or drag to resize
SoLDMWriter.WriteTile Method (SbVec3i32, SoBufferObject, Int32)

Writes the tile which includes location in data coordinates, at the specified resolution level, into the LDM file.

Namespace: OIV.LDM.Converters
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public int WriteTile(
	SbVec3i32 location,
	SoBufferObject data,
	int resolution
)

Parameters

location
Type: OIV.Inventor.SbVec3i32
data
Type: OIV.Inventor.Devices.SoBufferObject
resolution
Type: System.Int32

Return Value

Type: Int32
Remarks

Result code is defined by the enum SoConverter.ConverterError.

See Also