STK Vector Geometry ToolSend comments on this topic.
IAgCrdnVectorAngleRate Interface

Description

Angle rate vector perpendicular to the plane in which the angle is defined.

Public Properties

Public Property AngleSpecify an angle. The angle vector will be perpendicular to the plane in which the angle is defined.
Public Property DifferencingTimeStepTime step used in numerical evaluation of derivatives using central differencing.

Interfaces

CoClasses that Implement IAgCrdnVectorAngleRate

Example

Create a vector.perpendicular to the plane in which the angle is defined.
[C#]
// Create a vector.perpendicular to the plane in which the angle is defined.
IAgCrdnVectorAngleRate vector = (IAgCrdnVectorAngleRate)provider.Vectors.Factory.Create(
    "myVector",
    "a vector.perpendicular to the plane in which the angle is defined.", AgECrdnVectorType.eCrdnVectorTypeAngleRate);
Create a vector.perpendicular to the plane in which the angle is defined.
[Visual Basic .NET]
' Create a vector.perpendicular to the plane in which the angle is defined.
Dim vector As IAgCrdnVectorAngleRate = DirectCast(provider.Vectors.Factory.Create("myVector", "a vector.perpendicular to the plane in which the angle is defined.", AgECrdnVectorType.eCrdnVectorTypeAngleRate), IAgCrdnVectorAngleRate)
© 2024 Analytical Graphics, Inc. All Rights Reserved.