Hi
How to mark perihelium aphelium in orbits?
Adam
How to mark perihelium aphelium in orbits?
Forum rules
Please help to make this forum more useful by checking the FAQs before posting! Keep it clean, keep it civil, keep it truthful, stay on topic, be responsible, share your knowledge.
Please help to make this forum more useful by checking the FAQs before posting! Keep it clean, keep it civil, keep it truthful, stay on topic, be responsible, share your knowledge.
-
Topic authorLimax7
- Posts: 98
- Joined: 23.01.2010
- Age: 45
- With us: 15 years
- Location: Poland, Bialystok
How to mark perihelium aphelium in orbits?
Adam Hurcewicz
Bialystok, Poland
Bialystok, Poland
- gironde
- Posts: 854
- Joined: 16.12.2016
- Age: 72
- With us: 8 years 1 month
- Location: Montigny-Les-Metz, France
perhaps by creating Reference Point as for L1, L2, L3, L4 …
example (code of (c) Phil Batchelor, 2007-2012)
you need to know his spatial position (x,y,z) if it is stable.
example (code of (c) Phil Batchelor, 2007-2012)
Code: Select all
ReferencePoint "Earth-L1" "Sol/Earth"
{
Class "spacecraft"
Visible true
Clickable true
OrbitFrame
{
TwoVector
{
Center "Sol/Earth"
Primary
{
Axis "x"
RelativePosition { Target "Sol" }
}
Secondary
{
Axis "y"
RelativeVelocity { Target "Sol" }
}
}
}
FixedPosition [ 1496553.588 0.0 0 ]
}
you need to know his spatial position (x,y,z) if it is stable.