Form.CurveLoopReferencesOnProfile
Description:
The curve references in certain curve loop, specified by profile index and curve loop index.
The curve references in certain curve loop, specified by profile index and curve loop index.
public ReferenceArray this[
int profileIndex,
int curveLoopIndex
] { get; }
-
profileIndexIndex to specify the profile, should be within 0 and (ProfileCount - 1).
-
curveLoopIndexIndex to specify the curve loop, should be within 0 and (CurveLoopCount - 1).