Ejemplo n.º 1
0
 public Simulation() : base("Program simulation", "Sim", "Rough simulation of the robot program, right click for playback controls", "Robots", "Components")
 {
     form = new AnimForm(this)
     {
         Owner = Rhino.UI.RhinoEtoApp.MainWindow
     };
 }
Ejemplo n.º 2
0
 public Simulation() : base("Program simulation", "Sim", "Rough simulation of the robot program, right click for playback controls", "Robots", "Components")
 {
     form = new AnimForm(this);
 }
Ejemplo n.º 3
0
 public Simulation()
     : base("Program simulation", "Sim", "Rough simulation of the robot program, right click for playback controls", "Robots", "Components")
 {
     form = new AnimForm(this);
 }