RFMeshTools.SeparateClusters



Your Ad Here

Description

Separates face clusters in a specified shell into different shells and returns an RFErrorCode value indicating whether an error occurs.

Syntax

Function RFMeshTools.SeparateClusters(shellID As RFEntityID, maxNewShellCount As Long, pNewShellCount As Long, pNewShellIDs As RFEntityID) As RFErrorCode

The SeparateClusters syntax has these parts:

Part Description
shellID [INRFEntityID Required. Shell's RFEntityID to separate clusters.
maxNewShellCount [INLong Required. The size of pNewShellIDs array. (Maximum number of newly created shells expected.)
pNewShellCount [OUTLong Required. Number of newly created shells.
pNewShellIDs [OUTRFEntityID Required. The first element of RFEntityID array to store newly created shells RFEntityID.

Remarks

 

Return to Rapidform Index


Your Ad Here