Description
Checks if the specified face belongs to the feature or not.
Syntax
Function RFFeature.IsFaceInFeature(faceID As RFEntityID, pbResult As Boolean) As RFErrorCode
The IsFaceInFeature syntax has these parts:
| Part | Description |
|---|---|
| faceID | [IN] RFEntityID Required. Entity ID of a face to check. |
| pbResult | [OUT] Boolean Required. Boolean value indicating if the specified face belongs to the feature or not. |