Description
Finds and enumerates vertices on undercut region.
Syntax
Function RFMeshTools.FindVerticesOnUndercutArea(idShell As RFEntityID, pInsDir As RFVector3, tolerance As Double, maxVertices As Long, pVertices As RFEntityID, pNumVertices As Long) As RFErrorCode
The FindVerticesOnUndercutArea syntax has these parts:
| Part | Description |
|---|---|
| idShell | [IN] RFEntityID Required. Entity ID. of a shell. |
| pInsDir | [IN] RFVector3 Required. Project direction. |
| tolerance | [IN] Double Required. Demading length tolerance. 0.0 ~ 0.1 |
| maxVertices | [IN] Long Required. The size of pVertices array. (The number of vertices of the specified shell) |
| pVertices | [OUT] RFEntityID Required. Vertices on undercut region. |
| pNumVertices | [OUT] Long Required. Ther number of vertices on undercut region. |
Remarks