Description
Merges all the NURBS curves nodes in a model within a specified tolerance and returns an RFErrorCode value indicating whether an error occurs.
Syntax
Function RFCurveTools.MergeAllNodes(tolerance As Double) As RFErrorCode
The MergeAllNodes syntax has these parts:
| Part | Description |
|---|---|
| tolerance | [IN] Double Required. Distance tolerance to determine if two points are same or not. |
Remarks