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





Description

IAgSnVO Interface for a sensor's 3D Graphics properties.

Object Model







Public Properties

Public Property BoresightMarkerVisible Opt whether to display the sensor's boresight marker.
Public Property DataDisplays Get the sensor's Data Display properties.
Public Property EnableConstExtLength Opt whether to use the extension distance as the maximum, i.e. to scale the maximum distance drawn along the sensor boundary to the targeting extension distance for a targeting sensor or the space projection extension distance for a non-targeting sensor.
Public Property EnableRangeConstraint If a range constraint has been imposed on the sensor, opt whether the sensor graphics display a dome-shaped cap on the end of the sensor projection.
Public Property FillResolution Specify the fill resolution angle for the sensor. Dimensionless.
Public Property FillTranslucency Specify the fill translucency percentage for the sensor. Dimensionless.
Public Property FillVisible Opt whether to display fill for the sensor projection, i.e. to display the sensor's footprint as a filled area on the surface of the central body.
Public Property InheritFrom2D Specify how projection distances that are computed based on 2D Graphics projection settings are displayed in the 3D Graphics window.
Public Property IsTargeted Is the sensor targeted?
Public Property PercentTranslucency Specify the percent translucency of the sensor projection. Translucency ranges from 0 to 100 percent, where 100 percent is invisible. Dimensionless.
Public Property PersistPartialCentralBodyIntersectionLines Persist partial central body intersection lines.
Public Property PersistProjectedLinesInSpace Persist projected lines in space.
Public Property ProjectionType Select the projection type from the AgESnVOProjectionType enumeration.
Public Property Pulse Get the sensor's Pulse properties.
Public Property RadialLinesVisible Opt whether to display radial lines, i.e. a series of solid lines extending from the vertex to the base of the sensor.
Public Property SpaceProjection Space projection, the length of the sensor's projection when it is not intersecting the Earth. In this case, the distance is computed so that the projection of the outermost point on the contour along the boresight is equal to the specified distance. Uses Distance Dimension.
Public Property SpaceProjectionIntervals Returns time dependent space projection list
Public Property Targeting For a targeted sensor, specify the targeting distance, or how far past the target a sensor is projected (typically zero). Uses Distance Dimension.
Public Property TargetProjectionIntervals Returns time dependent target projection list
Public Property TranslucentLinesVisible Opt whether sensor lines are set to the translucency of the cone.Otherwise, the sensor and radial lines are solid.
Public Property Vector Get the sensor's Vector properties.
Public Property VertexOffset Get the sensor's Vertex Offset properties.

Example

Configure sensor 3D projection
[C#] Copy Code
sensorVo.ProjectionType = AgESnVOProjectionType.eProjectionAllIntersections; 
sensorVo.InheritFrom2D = AgESnVOInheritFrom2D.eSnVOInheritFrom2DExtentOnly; 
sensorVo.SpaceProjection = 2000.0
 

Configure sensor 3D projection
[Visual Basic .NET] Copy Code
sensorVo.ProjectionType = AgESnVOProjectionType.eProjectionAllIntersections
sensorVo.InheritFrom2D = AgESnVOInheritFrom2D.eSnVOInheritFrom2DExtentOnly
sensorVo.SpaceProjection = 2000

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1