| SoConverterParametersSetLowResAlgorithm Method  | 
Set the algorithm used to build low resolution tiles. 
 
Namespace: OIV.LDM.ConvertersAssembly: OIV.LDM (in OIV.LDM.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic bool SetLowResAlgorithm(
	int lowResAlgorithm
)
Public Function SetLowResAlgorithm ( 
	lowResAlgorithm As Integer
) As Boolean
public:
bool SetLowResAlgorithm(
	int lowResAlgorithm
)
member SetLowResAlgorithm : 
        lowResAlgorithm : int -> bool 
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