STK Vector Geometry ToolSend 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.

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.

Interfaces

CoClasses that Implement IAgCrdnAxesAlignedAndConstrained

Example

Create the axes oriented using vectors fixed in these axes and independent reference vectors.
[C#]
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]
Dim axes As IAgCrdnAxesAlignedAndConstrained = DirectCast(provider.Axes.Factory.Create("AxesName", String.Empty, AgECrdnAxesType.eCrdnAxesTypeAlignedAndConstrained), IAgCrdnAxesAlignedAndConstrained)
© 2024 Analytical Graphics, Inc. All Rights Reserved.