AGI STK VGT 11 Send comments on this topic.
IAgCrdnAxesAlignedAndConstrained Interface
Windows






Windows & Linux

Description

Axes aligned using two pairs of vectors. One vector in each pair is fixed in these axes and the other vector serves as an independent reference.

Object Model



Public Properties

Public Property AlignmentDirectionSpecify a desired alignment direction and the applicable parameters.
Public Property AlignmentReferenceVectorSpecify an alignment reference vector.
Public Property ConstraintDirectionSpecify a desired constraint direction and the applicable parameters.
Public Property ConstraintReferenceVectorSpecify a constraint reference vector.

Example

Create the axes oriented using vectors fixed in these axes and independent reference vectors.
[C#]Copy Code
IAgCrdnAxesAlignedAndConstrained axes = (IAgCrdnAxesAlignedAndConstrained)provider.Axes.Factory.Create( 
    "AxesName"string.Empty, AgECrdnAxesType.eCrdnAxesTypeAlignedAndConstrained); 
 

Create the axes oriented using vectors fixed in these axes and independent reference vectors.
[Visual Basic .NET]Copy Code
Dim axes As IAgCrdnAxesAlignedAndConstrained = DirectCast(provider.Axes.Factory.Create("AxesName", String.Empty, AgECrdnAxesType.eCrdnAxesTypeAlignedAndConstrained), IAgCrdnAxesAlignedAndConstrained)

CoClasses that Implement IAgCrdnAxesAlignedAndConstrained

© 2018 Analytical Graphics, Inc. All Rights Reserved.