STK Vector Geometry ToolSend comments on this topic.
IAgCrdnAngleBetweenPlanes Interface

Description

An angle between two planes.

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.

Interfaces

CoClasses that Implement IAgCrdnAngleBetweenPlanes

Example

Create an angle between two planes.
[C#]
//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]
'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)
© 2024 Analytical Graphics, Inc. All Rights Reserved.