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);
	}