Description
Selects vertices around specified surfaces.
Syntax
Function RFSelectTools.SelectVerticesBySurfaces(iSurfaceCount As Long, pSurfaceIDs As RFEntityID) As RFErrorCode
The SelectVerticesBySurfaces syntax has these parts:
| Part | Description |
|---|---|
| iSurfaceCount | [IN] Long Required. The number of surfaces. |
| pSurfaceIDs | [IN] RFEntityID Required. EntityIDs of surfaces. |
Remarks