예제 #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
     };
 }
예제 #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);
 }
예제 #3
0
파일: Kinematics.cs 프로젝트: visose/Robots
 public Simulation()
     : base("Program simulation", "Sim", "Rough simulation of the robot program, right click for playback controls", "Robots", "Components")
 {
     form = new AnimForm(this);
 }