Description
Sets the length criterion multiplier option used in the registration method.
Syntax
Function RFMeshTools.SetRegisterLengthCriteriaOption(bUseLengthCritMultiplier As Boolean, dLengthCritMultiplier As Double) As RFErrorCode
The SetRegisterLengthCriteriaOption syntax has these parts:
| Part | Description |
|---|---|
| bUseLengthCritMultiplier | [IN] Boolean Required. It determines whether the user specified length criterion multiplier is used or not. |
| dLengthCritMultiplier | [IN] Double Required. Non-zero and positive length criterion multiplier. |