STK ObjectsSend comments on this topic.
IAgSnSimpleConicPattern Interface

Description

IAgSnSimpleConicPattern Interface for a sensor pattern defined by a simple cone angle.

Public Properties

Public Property AngularResolutionAllows a user to set the angular separation between the pattern data points. This is an advanced user field, available only through STK's object model interface. The default value for the number of pattern samples is 90 points over the Simple Conic (circular) pattern. The default setting is considered sufficient for interpolation and graphics purposes. However, advanced users have the option to increase/decrease the angular resolution of the sample points to conform to their analytical requirements.
Public Property ConeAngleSimple cone angle defining the sensor pattern. Uses Angle Dimension.

Interfaces

Implemented Interface
IAgSnPattern

CoClasses that Implement IAgSnSimpleConicPattern

Example

Define a simple conic sensor
[C#]
IAgSnSimpleConicPattern patternData = sensor.CommonTasks.SetPatternSimpleConic(40.0, 0.1);
Define a simple conic sensor
[Visual Basic .NET]
Dim patternData As IAgSnSimpleConicPattern = sensor.CommonTasks.SetPatternSimpleConic(40, 0.1)
© 2024 Analytical Graphics, Inc. All Rights Reserved.