Пример #1
0
 public override string ToString()
 {
     return("Connectable " + OriginalNode.ToString());
 }
Пример #2
0
 /// <summary>
 /// Reverse the orientation of the original node,
 /// and then recalculate the connection properties.
 /// </summary>
 public void ReverseOrientation()
 {
     OriginalNode.ReverseOrientation();
     DetermineJunction();
 }