Description
Deletes all isolated vertices in the shell and retrieves a Long value indicating the number of deleted vertices.
Syntax
Function RFShell.DeleteAllIsolatedVertices(pDeletedVertexCount As Long) As RFErrorCode
The DeleteAllIsolatedVertices syntax has these parts:
| Part | Description |
|---|---|
| pDeletedVertexCount | [OUT] Long Required. The number of deleted vertices. |
Remarks