Example #1
0
 public void START_SUTURING()
 {
     Console.Write("\nSuturing satrted.\n");
     trajectory = new Trajectory0();
     needle     = new Needle0();
     t          = 0;
     state      = 1; // state initialization: state 1 indicates entry, state 2 exit and state 3 the suturing
 }
 public void START_SUTURING()
 {
     Console.Write("\nSuturing satrted.\n");
     trajectory = new Trajectory0();
     needle = new Needle0();
     t = 0;
     state = 1; // state initialization: state 1 indicates entry, state 2 exit and state 3 the suturing
 }