Click or drag to resize
SoConverterParametersSetLowResAlgorithm Method

Set the algorithm used to build low resolution tiles.

Namespace: OIV.LDM.Converters
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public bool SetLowResAlgorithm(
	int lowResAlgorithm
)

Parameters

lowResAlgorithm
Type: SystemInt32

Return Value

Type: Boolean
Remarks

Available options are :

  • 0: To use decimation algorithm

  • n: To use average algorithm and give a ponderation coefficient of n to the selected voxel. The default is Decimation. Returns true if parameter is valid, else returns false.

See Also