STK Graphics PrimitivesSend comments on this topic.
BoundingSphere Property (IAgStkGraphicsFactoryAndInitializers)
See Also
Windows





Windows & Linux

Description

Factory creates bounding spheres.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.