AGI STK Graphics 11 Send comments on this topic.
BoundingSphere Property (IAgStkGraphicsTriangulatorResult)
See Also 
Windows






Windows & Linux

Description

Gets the bounding sphere that encompasses the mesh.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property BoundingSphere() As IAgStkGraphicsBoundingSphere

[C#]
public IAgStkGraphicsBoundingSphere BoundingSphere {get;}

[Managed C++]
public: __property IAgStkGraphicsBoundingSphere^ get_BoundingSphere();

[Unmanaged C++]
public: HRESULT get_BoundingSphere(
IAgStkGraphicsBoundingSphere ** ppRetVal
);

[Java]
public IAgStkGraphicsBoundingSphere getBoundingSphere();

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface