Description
Deletes specified faces in the shell.
Syntax
Function RFShell.DeleteFaces(numFace As Long, pFaceIDs As RFEntityID) As RFErrorCode
The DeleteFaces syntax has these parts:
| Part | Description |
|---|---|
| numFace | [IN] Long Required. The number of faces to be deleted. |
| pFaceIDs | [IN] RFEntityID Required. Entity IDs of the faces to be deleted. |