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 FromPlaneSpecify the first of the two planes the angle is measured.
Public Property ToPlaneSpecify 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

© 2018 Analytical Graphics, Inc. All Rights Reserved.