API Question Surface elevation of bases

Mythos

Addon Developer
Addon Developer
Donator
Joined
Apr 28, 2012
Messages
105
Reaction score
7
Points
33
Location
Kiel
Is it correct, that both

Code:
oapiGetBaseEquPos (OBJHANDLE hBase, double *lng, double *lat, double *rad = 0)
oapiGetBasePadEquPos (OBJHANDLE hBase, DWORD pad, double *lng, double *lat, double *rad = 0)

will produce an output radius value, that is the mean radius of the body and do not care about surface elevation?

And looks like NAV signals are also fixed to be at mean radius.

Can I rely on this to stay or may this change in the next patch?
 
Last edited:
Back
Top