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
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)
|
|