1 插入GPS卫星:在菜单栏中选择Insert→Satellite From Database,此时弹出对话框,在Common Name中输入GPS,然后点击Perform Search,选择第一个,SSC Number为10684。

2 卫星轨道的完整性:双击Object Browser中的卫星,点击3D Grahpics→Pass,在Orbit Track中的Lead Type选择All即可是轨道完整。

	for(int i = 1; i <= 31; i++)
	{
		
		cmdstr.Format("VO */Satellite/GPS%02d Pass OrbitLead All", i);	
		theApp.SendSTKCommand(cmdstr);
		cmdstr.Format("VO */Satellite/GPS%02d Pass OrbitTrail All", i);
		theApp.SendSTKCommand(cmdstr);
	}

  

相关文章:

  • 2021-10-31
  • 2021-08-21
  • 2021-09-21
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-05-07
  • 2021-04-03
  • 2021-08-25
  • 2021-05-21
  • 2021-10-21
  • 2021-11-03
  • 2022-01-02
相关资源
相似解决方案