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.Triangulate3D(shellID As RFEntityID, bAutomatic As Boolean, radiusCount As Long, pRadii As Double) As RFErrorCode
The Triangulate3D syntax has these parts:
| Part | Description |
|---|---|
| shellID | [IN] RFEntityID Required. Shell's RFEntityID to triangulate. |
| bAutomatic | [IN] Boolean Required. It determines whether radius critera is automatically generated internally. |
| radiusCount | [IN] Long Required. Number of radii to apply. |
| pRadii | [IN] Double Required. The first element of a Double array containing radii to apply. |
Remarks