AGI STK Graphics 11Send comments on this topic.
VisibilityTest Method (IAgStkGraphicsCamera)
See Also 
ReferenceFrame
The Reference Frame that sphere is in.
Sphere
The bounding sphere to be tested.
Windows






Windows & Linux

Description

Gets the visibility of a sphere against the view frustum and any occluding central bodies.

Syntax

[Visual Basic .NET]
Public Function VisibilityTest( _
   ByVal ReferenceFrame As  IAgCrdnSystem, _
   ByVal Sphere As IAgStkGraphicsBoundingSphere _
) As AgEStkGraphicsVisibility
[Managed C++]
public: AgEStkGraphicsVisibility VisibilityTest(
    IAgCrdnSystem ^ ReferenceFrame,
   IAgStkGraphicsBoundingSphere ^ Sphere
);
[Unmanaged C++]
public: HRESULT VisibilityTest(
    IAgCrdnSystem * ReferenceFrame,
   IAgStkGraphicsBoundingSphere * Sphere,
   AgEStkGraphicsVisibility * ReturnValue
);

Parameters

ReferenceFrame
The Reference Frame that sphere is in.
Sphere
The bounding sphere to be tested.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.