Description
Merges all NURBS curves nodes in the model within a specified tolerance.
Syntax
Sub RFModel.MergeAllNodes(dTol As Double)
The MergeAllNodes syntax has these parts:
| Part | Description |
|---|---|
| dTol | [IN] Double Required. Distance tolerance to determine if two points are the same or not. |
Remarks