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 | [IN] Long Required. The size of pPolyLoopIDs array.(Maximum number of poly-loops expected.) |
| pPolyLoopIDs | [OUT] RFEntityID Required. The first element of RFEntityID array to store poly-loops RFEntityID. |
Remarks