STK Vector Geometry ToolSend comments on this topic.
IAgCrdnParameterSetAttitude Interface

Description

Attitude parameter set contains various representations of attitude of one set of axes relative to another.

Public Properties

Public Property AxesGet the axes for which attitude representations are computed.
Public Property ReferenceAxesGet the reference axes relative to which attitude representations are computed.

Interfaces

Implemented Interface
IAgCrdnParameterSet
IAgCrdn

CoClasses that Implement IAgCrdnParameterSetAttitude

Example

Create an attitude parameter set.
[C#]
//Create an attitude parameter set.
IAgCrdnParameterSetAttitude parameterSet = (IAgCrdnParameterSetAttitude)provider.ParameterSets.Factory.Create(
    "ParameterSetName", "Attitude parameter set.", AgECrdnParameterSetType.eCrdnParameterSetTypeAttitude);
Create an attitude parameter set.
[Visual Basic .NET]
'Create an attitude parameter set.
Dim parameterSet As IAgCrdnParameterSetAttitude = DirectCast(provider.ParameterSets.Factory.Create("ParameterSetName", "Attitude parameter set.", AgECrdnParameterSetType.eCrdnParameterSetTypeAttitude), IAgCrdnParameterSetAttitude)
© 2024 Analytical Graphics, Inc. All Rights Reserved.