Description
Divide the edge of a face on a boundary into two edges by selecting a vertex that lies on the same boundary.
Syntax
Function RFMeshTools.DivideEdgeByVertex( vertexID As RFEntityID, faceID As RFEntityID ) As RFErrorCode
The DivideEdgeByVertex syntax has these parts:
| Part | Description |
|---|---|
| vertexID | [IN] RFEntityID Required. |
| faceID | [IN] RFEntityID Required. |