RFModel.EnumPolyLoops



Your Ad Here

Description

Collects entity's ID of poly-loops in the model up to the specified maximum count in an RFEntityID array and returns a Long value indicating the actual number of existing poly-loops.

Syntax

Function RFModel.EnumPolyLoops(maxLoopCount As Long, pPolyLoopIDs As RFEntityID) As Long

The EnumPolyLoops syntax has these parts:

Part Description
maxLoopCount [INLong Required. The size of pPolyLoopIDs array.(Maximum number of poly-loops expected.)
pPolyLoopIDs [OUTRFEntityID Required. The first element of RFEntityID array to store poly-loops RFEntityID.

Remarks

 

Return to Rapidform Index


Your Ad Here