Solid Edge Part Type Library
GetBendData Method
Specifies the index for the data.
Specifies the name of feature.
Specifies the Bend Radius of the feature.
Specifies the Bend Angle of the feature.
Specifies the Bend Direction of the feature.
Description
This method retrieves data about the bends in the bend table..
Syntax
Visual Basic
Public Sub GetBendData( _
   ByVal Index As Long, _
   ByRef featureName As String, _
   ByRef BendRadius As Double, _
   ByRef BendAngle As Double, _
   ByRef BendDirection As BendDirectionConstants _
) 
Parameters
Index
Specifies the index for the data.
featureName
Specifies the name of feature.
BendRadius
Specifies the Bend Radius of the feature.
BendAngle
Specifies the Bend Angle of the feature.
BendDirection
ValueDescription
seBendDirectionDown
seBendDirectionUnknown
seBendDirectionUp
Specifies the Bend Direction of the feature.
See Also

BendTable Object  | BendTable Members  | Solid Edge V19 - What's New