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





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

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1