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





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 AlignmentDirection Specify a desired alignment direction and the applicable parameters.
Public Property AlignmentReferenceVector Specify an alignment reference vector.
Public Property ConstraintDirection Specify a desired constraint direction and the applicable parameters.
Public Property ConstraintReferenceVector Specify 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

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1