AGI STK Objects 11 Send comments on this topic.
IAgSnPt3DModel Interface
Windows






Windows & Linux

Description

IAgSnPt3DModel Interface for a sensor with pointing along one of the available elements of a 3D model.

Public Properties

Public Property AttachNameName of the element of the 3D model along which the sensor points.
Public Property AvailableElementsGet the available elements of the 3D model.

Example

Define location on 3D model
[C#]Copy Code
// Set pointing type to 3d model 
sensor.SetPointingType(AgESnPointing.eSnPt3DModel); 
 
// Point to model attach point (in this example: "SolarArrays-000000") 
IAgSnPt3DModel model = sensor.CommonTasks.SetPointing3DModel("Solar_PanelsNode"); 
 

Define location on 3D model
[Visual Basic .NET]Copy Code
' Set pointing type to 3d model
sensor.SetPointingType(AgESnPointing.eSnPt3DModel)

' Point to model attach point (in this example: "SolarArrays-000000")
Dim model As IAgSnPt3DModel = sensor.CommonTasks.SetPointing3DModel("Solar_PanelsNode")

CoClasses that Implement IAgSnPt3DModel

© 2018 Analytical Graphics, Inc. All Rights Reserved.