SoConverterParametersSetLowResAlgorithm Method |
Set the algorithm used to build low resolution tiles.
Namespace: OIV.LDM.ConvertersAssembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public 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:
BooleanRemarks
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