Solid Edge Assembly Type Library
SetBendRadius Method
Specifies the first segment to define the bend.
Specifies the second segment to define the bend.
Specifies the radius of the bend.
Description
Specifies the radius of the bend between two intersecting Segment objects.
Syntax
Visual Basic
Public Sub SetBendRadius( _
   ByVal Segment1 As Object, _
   ByVal Segment2 As Object, _
   ByVal BendRadius As Double _
) 
Parameters
Segment1
Specifies the first segment to define the bend.
Segment2
Specifies the second segment to define the bend.
BendRadius
Specifies the radius of the bend.
See Also

Tube Object  | Tube Members

Send comments on this topic.