Description
Checks whether start and end points are at the same position within the specified distance tolerance.
Syntax
Function RFNurbsCurve.IsClosed(tolerance As Double, pbClosed As Boolean) As RFErrorCode
The IsClosed syntax has these parts:
| Part | Description |
|---|---|
| tolerance | [IN] Double Required. Distance tolerance to determine if start and end points are at the same position. |
| pbClosed | [OUT] Boolean Required. |