Пример #1
0
 public void START_SUTURING()
 {
     Console.Write("\nSuturing satrted.\n");
     trajectory = new Trajectory();
     needle     = new Needle();
     t          = 0;
     state      = 1; // state initialization: state 1 indicates entry, state 2 exit and state 3 the suturing
 }
Пример #2
0
 public void START_SUTURING()
 {
     Console.Write("\nSuturing satrted.\n");
     trajectory = new Trajectory();
     needle = new Needle();
     t = 0;
     state = 1; // state initialization: state 1 indicates entry, state 2 exit and state 3 the suturing
 }