Description
Triangulates a shell 3 dimensionally.
Syntax
Function RFPointTools.Triangulate3D2(shellID As RFEntityID, bAutomatic As Boolean, iRadiusCount As Long, pRadii As Double, bScanLineData As Boolean, dAllowableAngle As Double) As RFErrorCode
The Triangulate3D2 syntax has these parts:
| Part | Description |
|---|---|
| shellID | [IN] RFEntityID Required. Entity ID of shell to be triangulated. |
| bAutomatic | [IN] Boolean Required. Flag that indicates whether it calculates radius data automatically or not. |
| iRadiusCount | [IN] Long Required. The number of radius data for triangulation. |
| pRadii | [IN] Double Required. Radius data for triangulation. |
| bScanLineData | [IN] Boolean Required. Flag that indicates the point data is scanned by line type device. |
| dAllowableAngle | [IN] Double Required. Allowable angle in degree between neighboring meshes. |
Remarks