API Question Use case for getElements(1) vs getElements(2)

yagni01

Addon Developer
Addon Developer
Donator
Joined
Feb 8, 2008
Messages
463
Reaction score
0
Points
16
Location
Atlanta, GA
Under what circumstances would using the Vessel getElements (1) method be preferable to using the more powerful(?) getElements (2) ?

Is using ORBITPARAM not a common thing when looking up elements, thus a way is needed to avoid the performance hit of populating it?

I'm trying to decide if I should continue to maintain both methods in Orb:Connect if the reference body is made an optional argument.
 
Back
Top