Click or drag to resize
SoLDMWriterWriteTile 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: 2024.1.1.0 (2024.1.1)
Syntax
public int WriteTile(
	SbVec3i32 location,
	SoBufferObject data,
	int resolution
)

Parameters

location
Type: OIV.InventorSbVec3i32
data
Type: OIV.Inventor.DevicesSoBufferObject
resolution
Type: SystemInt32

Return Value

Type: Int32
Remarks

Result code is defined by the enum OIV.LDM.Converters.SoConverter.ConverterErrors.

See Also