Description
Checks if the face has a degeneracy within the specified distance tolerance.
Syntax
Function RFFace.IsDegenerated(tolerance As Double, pbResult As Boolean) As RFErrorCode
The IsDegenerated syntax has these parts:
| Part | Description |
|---|---|
| tolerance | [IN] Double Required. Distacne tolerance to determine if two points are at the same position. |
| pbResult | [OUT] Boolean Required. Boolean value indicating the face is degenerated. |
Remarks