Solid Edge Assembly Type Library
BendTable Method
Returns the value of the cut length for the associated tube.
Returns the number of bends in the associated tube.
Returns the feed length for each bend in the associated tube.
Returns the rotation angle for each bend in the associated tube.
Returns the bend radius for each bend in the associated tube.
Specifies whether the bend segments are to be arranged from the first bend segment (False) or the last bend segment (True).
Specifies a file name to which the bend table settings will be written.
Description
Returns the bend table settings for the referenced Tube object.
Syntax
Visual Basic
Public Sub BendTable( _
   Optional ByRef CutLength As Variant, _
   Optional ByRef NumOfBends As Variant, _
   Optional ByRef FeedLength As Variant, _
   Optional ByRef RotationAngle As Variant, _
   Optional ByRef BendRadius As Variant, _
   Optional ByRef ReverseBendOrder As Variant, _
   Optional ByVal SaveToFileName As Variant, _
   Optional ByRef BendAngle As Variant _
) 
Parameters
CutLength
Returns the value of the cut length for the associated tube.
NumOfBends
Returns the number of bends in the associated tube.
FeedLength
Returns the feed length for each bend in the associated tube.
RotationAngle
Returns the rotation angle for each bend in the associated tube.
BendRadius
Returns the bend radius for each bend in the associated tube.
ReverseBendOrder
Specifies whether the bend segments are to be arranged from the first bend segment (False) or the last bend segment (True).
SaveToFileName
Specifies a file name to which the bend table settings will be written.
BendAngle
See Also

Tube Object  | Tube Members

Send comments on this topic.