Solid Edge Assembly Type Library
AddAngular Method
Specifies the first element to which the relationship is to be applied.
Specifies the second element to which the relationship is to be applied.
Specifies an edge or face on Element1 from which the angle is to be measured.
Specifies an edge or face on Element2 to which the angle is to be measured.
Specifies the angle of the constraint.
Specifies whether or not the angle is to be measured counter-clockwise.
Description
Adds an Angular relationship.
Syntax
Visual Basic
Public Function AddAngular( _
   ByVal Element1 As Object, _
   ByVal Element2 As Object, _
   ByVal ReverseElement1Direction As Boolean, _
   ByVal ReverseElement2Direction As Boolean, _
   ByVal MeasureElement1 As Object, _
   ByVal MeasureElement2 As Object, _
   ByVal Angle As Double, _
   ByVal MeasureToPositiveSide As Boolean, _
   ByVal MeasureFromPositiveSide As Boolean, _
   ByVal MeasureCCW As Boolean _
) As AngularRelation3d
Parameters
Element1
Specifies the first element to which the relationship is to be applied.
Element2
Specifies the second element to which the relationship is to be applied.
ReverseElement1Direction
ReverseElement2Direction
MeasureElement1
Specifies an edge or face on Element1 from which the angle is to be measured.
MeasureElement2
Specifies an edge or face on Element2 to which the angle is to be measured.
Angle
Specifies the angle of the constraint.
MeasureToPositiveSide
MeasureFromPositiveSide
MeasureCCW
Specifies whether or not the angle is to be measured counter-clockwise.
See Also

Relations3d Collection  | Relations3d Members