Click or drag to resize
SoConverterParametersSetTileDim Method (SbVec3i32)

Set tile dimension.

Namespace: OIV.LDM.Converters
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetTileDim(
	SbVec3i32 tileDim
)

Parameters

tileDim
Type: OIV.InventorSbVec3i32
Remarks

The default value is 128,128,128 and all values must a power of 2. This method can be used to set a different value for each tile dimension, for example for a "thin volume" or height field.

See Also