RFPointTools.Triangulate3D



Your Ad Here

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 [INRFEntityID Required. Shell's RFEntityID to triangulate.
bAutomatic [INBoolean Required. It determines whether radius critera is automatically generated internally.
radiusCount [INLong Required. Number of radii to apply.
pRadii [INDouble Required. The first element of a Double array containing radii to apply.

Remarks

Return to Rapidform Index


Your Ad Here