Description
Creates faces connecting vertices in a specified shell with satisfying specified parameters, and returns an RFErrorCode value indicating whether an error occurs.
Syntax
Function RFPointTools.VolumeTriangulate( shellID As RFEntityID, edgeLength As Double, optimizeMesh As Boolean) As RFErrorCode
The VolumeTriangulate syntax has these parts:
| Part | Description |
|---|---|
| shellID | [IN] RFEntityID Required. Shell's RFEntityID to volume triangulate. |
| edgeLength | [IN] Double Required. Edge length criterion. |
| optimizeMesh | [IN] Double Required. Optimizes the shell. |
Remarks