Search found 5 matches
- Fri Oct 04, 2024 3:03 pm
- Forum: Support Discussion Board
- Topic: How to Change Spacecraft's Central Body
- Replies: 0
- Views: 806
How to Change Spacecraft's Central Body
You can change the Spacecraft's central body in FreeFlyer Script by using the Spacecraft.SetCentralBody() Method and you can set a PointGroup's central body by modifying the PointGroup.Central Body Property . I recommend reviewing our Help File page on Object Central Bodies You can also use the atta...
- Fri Jun 14, 2024 8:04 pm
- Forum: Support Discussion Board
- Topic: Troubleshooting Spacecraft Entering into the Reference Ellipsoid
- Replies: 0
- Views: 23067
Troubleshooting Spacecraft Entering into the Reference Ellipsoid
The error shown below typically suggests the Spacecraft has impacted the central body. Once the propagation gets to the point that the Spacecraft hits/crosses the 'reference ellipsoid' (surface of Earth), FreeFlyer will throw an error. This could mean that your orbit is low enough that it is quickly...
- Fri May 17, 2024 1:34 pm
- Forum: Support Discussion Board
- Topic: Vectors in FreeFlyer Script
- Replies: 0
- Views: 29197
Vectors in FreeFlyer Script
The Vector and CoordinateSystem objects provide powerful and convenient methods for Vector analysis and manipulation. Vectors can be displayed in 2D and 3D visualizations and can be used to easily determine the range and direction to a specified target, calculate intersections with Proximity Zones o...
- Thu May 16, 2024 9:44 pm
- Forum: Support Discussion Board
- Topic: Tips and Tricks for Visualization in FreeFlyer®
- Replies: 0
- Views: 29021
Tips and Tricks for Visualization in FreeFlyer®
One of the most powerful capabilities in FreeFlyer is the ability to produce custom visualizations that allow you to portray your mission in the best light! FreeFlyer’s scripting language allows you to build movie-quality camera manipulation directly into your Mission Plan. Our blog post on FreeFlye...
- Fri May 03, 2024 9:05 pm
- Forum: Support Discussion Board
- Topic: Customizing your output
- Replies: 0
- Views: 28922
Customizing your output
You can reference the Output Layout Control page from our Help File to fully customize your output. For example, you can use the OutputLayout.ShowNewWindowBehavior() Method to define how new Windows will appear in the current Workspace. This Method is llustrated on our Output Layout Control page and...