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






Windows & Linux

Description

An angle between two planes.

Object Model



Public Properties

Public Property FromPlane Specify the first of the two planes the angle is measured.
Public Property ToPlane Specify the second of the two planes the angle is measured.

Example

Create an angle between two planes.
[C#] Copy Code
//Create an angle between two planes. 
IAgCrdnAngleBetweenPlanes angle = (IAgCrdnAngleBetweenPlanes)provider.Angles.Factory.Create( 
    "AngleName""Angle from one plane to another.", AgECrdnAngleType.eCrdnAngleTypeBetweenPlanes); 
 

Create an angle between two planes.
[Visual Basic .NET] Copy Code
'Create an angle between two planes.
Dim angle As IAgCrdnAngleBetweenPlanes = DirectCast(provider.Angles.Factory.Create("AngleName", "Angle from one plane to another.", AgECrdnAngleType.eCrdnAngleTypeBetweenPlanes), IAgCrdnAngleBetweenPlanes)

CoClasses that Implement IAgCrdnAngleBetweenPlanes

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface