Пример #1
0
 /// <summary>
 /// Adds the provided curve to Bender
 /// </summary>
 /// <param name="name">The name of the curve, a dot-separated path can be used to group curves</param>
 /// <param name="curve">The curve to add to Bender</param>
 public void AddCurve(string name, Curve curve)
 {
     _userInterface.AddCurve(name, curve);
 }