AGI STK Graphics 11 Send comments on this topic.
IAgStkGraphicsBoundingSphere Interface





Description

A sphere that encapsulates an object.

Public Properties

Public Property Center A center of the bounding sphere. The center point is specified as one-dimensional array with three elements corresponding to (X,Y,Z) cartesian coordinates.
Public Property Radius A radius of the bounding sphere.

Example

Create a Bounding Sphere
[MATLAB] Copy Code
% IAgScenario scenario: Scenario object 
manager = scenario.SceneManager; 
sphere = manager.Initializers.BoundingSphere.Initialize({-1061.22;-5773.98;4456.04},100); 
 
 
© 2016 All Rights Reserved.

STK Programming Interface 11.0.1