STK ObjectsSend comments on this topic.
IAgSnPt3DModel Interface

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.

Interfaces

Implemented Interface
IAgSnPointing

CoClasses that Implement IAgSnPt3DModel

Example

Define location on 3D model
[C#]
// 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]
' 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")
© 2024 Analytical Graphics, Inc. All Rights Reserved.