Description
Collects adjacent faces of all the boundary vertices in the feature topology in an RFEntityID array.
Syntax
Function RFFeature.EnlargeBoundary(maxFaceCount As Long, pFaceIDs As RFEntityID, pFaceCount As Long) As RFErrorCode
The EnlargeBoundary syntax has these parts:
| Part | Description |
|---|---|
| maxFaceCount | [IN] Long Required. The size of pFaceIDs array. |
| pFaceIDs | [OUT] RFEntityID Required. The first element of RFEntityID array to store newly added faces RFEntityID. |
| pFaceCount | [OUT] Long Required. The number of adjacent faces. |
Remarks