Description
Checks if any adjacent face has a degeneracy within the specified distance tolerance.
Syntax
Function RFFace.IsDegeneratedAdjacentFaces(tolerance As Double, pbResult As Boolean) As RFErrorCode
The IsDegeneratedAdjacentFaces 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 there is any degenerated adjacent face. |
Remarks