Solid Edge Assembly Type Library
IsBendRadiusOverridden Method
Specifies the first segment that identifies the bend.
Specifies the second segment that identifies the bend.
Returns False if the Bend applies the global bend radius; returns true if the Bend specifies a feature-specific bend radius.
Description
Specifies whether or not the bend radius between two specified segments uses the global bend radius (returns False) or has been defined for that instance (returns True).
Syntax
Visual Basic
Public Sub IsBendRadiusOverridden( _
   ByVal Segment1 As Object, _
   ByVal Segment2 As Object, _
   ByRef IsOverridden As Boolean _
) 
Parameters
Segment1
Specifies the first segment that identifies the bend.
Segment2
Specifies the second segment that identifies the bend.
IsOverridden
Returns False if the Bend applies the global bend radius; returns true if the Bend specifies a feature-specific bend radius.
See Also

Tube Object  | Tube Members

Send comments on this topic.