コード例 #1
0
 /// <summary>
 /// Get the curve indices in direct contact with the <see cref="Knot"/> at <paramref name="knotIndex"/> position
 /// in the collection.
 /// </summary>
 public void GetCurveIndicesForKnot(int knotIndex, out int preCurveIndex, out int postCurveIndex)
 {
     _splineData.GetCurveIndicesForKnot(knotIndex, out preCurveIndex, out postCurveIndex);
 }