Gets the visibility of a sphere against the view frustum and any occluding central bodies.
[Visual Basic .NET] |
---|
Public Function VisibilityTest( _ ByVal ReferenceFrame As IAgCrdnSystem, _ ByVal Sphere As IAgStkGraphicsBoundingSphere _ ) As AgEStkGraphicsVisibility |
[C#] |
---|
public AgEStkGraphicsVisibility VisibilityTest( IAgCrdnSystem ReferenceFrame, IAgStkGraphicsBoundingSphere Sphere ); |
[Managed C++] |
---|
public: AgEStkGraphicsVisibility VisibilityTest( IAgCrdnSystem ^ ReferenceFrame, IAgStkGraphicsBoundingSphere ^ Sphere ); |
[Unmanaged C++] |
---|
public: HRESULT VisibilityTest( IAgCrdnSystem * ReferenceFrame, IAgStkGraphicsBoundingSphere * Sphere, AgEStkGraphicsVisibility * pRetVal ); |
[Java] |
---|
public AgEStkGraphicsVisibility visibilityTest( IAgCrdnSystem ReferenceFrame, IAgStkGraphicsBoundingSphere Sphere ); |
[Python - STK API ] |
---|
def VisibilityTest(self, ReferenceFrame:"IAgCrdnSystem", Sphere:"IAgStkGraphicsBoundingSphere") -> "AgEStkGraphicsVisibility": |
- ReferenceFrame
- The Reference Frame that sphere is in.
- Sphere
- The bounding sphere to be tested.