Description
Collects entity's ID of all curveloops in the model in an RFEntityID array and retieves a Long value indicating the number of curveloops.
Syntax
Sub RFModel.EnumCurveLoops(pCurveLoopIDs As RFEntityID, pCurveLoopCount As Long)
The EnumCurveLoops syntax has these parts:
| Part | Description |
|---|---|
| pCurveLoopIDs | [OUT] RFEntityID Required. The first element of RFEntityID array to store curveloops. |
| pCurveLoopCount | [IN, OUT] Long Required. The size of pCurveLoopIDs array. |
Remarks