AGI STK Objects 11 Send comments on this topic.
IAgSnComplexConicPattern Interface





Description

IAgSnComplexConicPattern Interface for defining sensor patterns by the inner and outer half angles and minimum and maximum clock angles of the sensor's cone.

Public Methods

Public Method SetClockAngles Method to set both the min and max clock angle.
Public Method SetConeHalfAngles Method to set both the inner and outer cone half angles.

Public Properties

Public Property AngularResolution Angular separation between points in a pattern
Public Property InnerConeHalfAngle Inner half angle to define the angular radius of the cone measured from the boresight. When an inner cone is specified, the inner region is considered to be a region of exclusion. Uses Angle Dimension.
Public Property MaximumClockAngle Maximum clock angle to define the range of rotation about the boresight relative to the up vector. Clock angles correspond to azimuth angles, which are defined in the sensor pointing direction. Uses Angle Dimension.
Public Property MinimumClockAngle Minimum clock angle to define the range of rotation about the boresight relative to the up vector. Clock angles correspond to azimuth angles, which are defined in the sensor pointing direction. Uses Angle Dimension.
Public Property OuterConeHalfAngle Outer half angle to define the angular radius of the cone measured from the boresight. Uses Angle Dimension.

Example

Define a complex sensor
[C#] Copy Code
IAgSnComplexConicPattern patterndata = sensor.CommonTasks.SetPatternComplexConic(10.070.020.0220.0); 
patterndata.AngularResolution = 0.5
 

Define a complex sensor
[Visual Basic .NET] Copy Code
Dim patterndata As IAgSnComplexConicPattern = sensor.CommonTasks.SetPatternComplexConic(10, 70, 20, 220)
patterndata.AngularResolution = 0.5

CoClasses that Implement IAgSnComplexConicPattern

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1