public bool Start(PointF4 StickPos) { LG.Exe(); Para.NuzzleSwitch = 1; Para.PointData = StickPos; return(true); }
public bool Start(PointF4 pos) { if (LG.execute == 0) { Para.PointData.X = pos.X; Para.PointData.Y = pos.Y; Para.PointData.Z = pos.Z; Para.PointData.R = pos.R; Para.NuzzleSwitch = 1; LG.Exe(); return(true); } else { return(false); } }
public void Start() { LG.Exe(); }
public bool Start() { LG.Exe(); return(true); }