Solid Edge Assembly Type Library
MeasureAngle Method
The first element that forms the angle to measure.
The second element that forms the angle to measure.
The true measurement of the angle formed by Element1 and Element2.
The apparent measurement of the angle formed by Element1 and Element2.
A third element for input.
Description
Measures the sharp angle between lines or planes or keypoints.
Syntax
Visual Basic
Public Sub MeasureAngle( _
   ByVal Element1 As Object, _
   ByVal Element2 As Object, _
   ByRef TrueAngle As Double, _
   ByRef ApparentAngle As Double, _
   Optional ByVal Element3 As Variant _
) 
Parameters
Element1
The first element that forms the angle to measure.
Element2
The second element that forms the angle to measure.
TrueAngle
The true measurement of the angle formed by Element1 and Element2.
ApparentAngle
The apparent measurement of the angle formed by Element1 and Element2.
Element3
A third element for input.
See Also

AssemblyDocument Object  | AssemblyDocument Members