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 AngularResolutionAngular separation between points in a pattern
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)
© 2023 Analytical Graphics, Inc. All Rights Reserved.