2027 Property
Changes 0
P

Form.CurveLoopReferencesOnProfile

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