Description
A new matching algorithm which can match three untrimmed surfaces meet with a "T" intersection for the tangential continuity.
Syntax
Function RFSurfaceTools.TJunctionMatch( surfaceCount As Long, pSurfaceIDs As RFEntityID, continuityType As RFContinuityType, tolerance As Double ) As RFErrorCode
The TJunctionMatch syntax has these parts:
| Part | Description |
|---|---|
| surfaceCount | [IN] Long Required. Number of surfaces. |
| pSurfaceIDs | [IN] RFEntityID Required. Surface's RFEntityID array. |
| continuityType | [IN] RFContinuityType Required. Continuity type. |
| tolerance | [IN] Double Required. Matching tolerance. |
Remarks