Undocumented SSC Script Element .... need Help
Posted: 12.12.2005, 00:46
Hi,
Iam currently working on a Parser for SSC Code (so that my app StarDust will be able to open SSC Files) and found a Element, that i could not find in the documenation.
Here is a example from solarsys.ssc
What does that CustomOrbit Statement ? Is this a reference ?
Is there any realtionship between CustomOrbit and EllipticalOrbit ?
Thanks for you help.
Iam currently working on a Parser for SSC Code (so that my app StarDust will be able to open SSC Files) and found a Element, that i could not find in the documenation.
Here is a example from solarsys.ssc
Code: Select all
CustomOrbit"vsop87-mercury"
EllipticalOrbit
{ ... }
What does that CustomOrbit Statement ? Is this a reference ?
Is there any realtionship between CustomOrbit and EllipticalOrbit ?
Thanks for you help.