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; }
-
Int32profileIndexIndex to specify the profile, should be within 0 and (ProfileCount - 1).
-
Int32curveLoopIndexIndex to specify the curve loop, should be within 0 and (CurveLoopCount - 1).