STK Graphics PrimitivesSend comments on this topic.
MaximumRadiusBoundingSphere Property (IAgStkGraphicsBoundingSphereFactory)
See Also
Windows





Windows & Linux

Description

Gets the bounding sphere of maximum possible radius.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property MaximumRadiusBoundingSphere() As IAgStkGraphicsBoundingSphere
[C#]
public IAgStkGraphicsBoundingSphere MaximumRadiusBoundingSphere {get;}
[Managed C++]
public: __property IAgStkGraphicsBoundingSphere ^ get_MaximumRadiusBoundingSphere();
[Unmanaged C++]
public: HRESULT get_MaximumRadiusBoundingSphere(
    IAgStkGraphicsBoundingSphere ** ppRetVal
);
[Java]
public IAgStkGraphicsBoundingSphere getMaximumRadiusBoundingSphere();
[Python - STK API ]
@property
def MaximumRadiusBoundingSphere(self) -> "IAgStkGraphicsBoundingSphere":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.