Solid Edge Geometry Type Library
GetBendCenterLineAttributes Method
Specifies whether the face has bend attributes.
Specifies the end points of the bend center lines.
Specifies the version of the bend center line attributes. This is useful if new attributes have been added.
Specifies the radius of the bend.
Specifies the angle of the bend.
Specifies the sweep angle of the bend.
Specifies the orientation of the bend.
Description
Returns the bend center line attributes, if any.
Syntax
Visual Basic
Public Sub GetBendCenterLineAttributes( _
   ByRef BendAtributesExist As Boolean, _
   Optional ByRef BendCenterLineEndPoints As Variant, _
   Optional ByRef AttrbuteVersion As Variant, _
   Optional ByRef BendRadius As Variant, _
   Optional ByRef BendAngle As Variant, _
   Optional ByRef BendSweepAngle As Variant, _
   Optional ByRef BendOrientation As Variant _
) 
Parameters
BendAtributesExist
Specifies whether the face has bend attributes.
BendCenterLineEndPoints
Specifies the end points of the bend center lines.
AttrbuteVersion
Specifies the version of the bend center line attributes. This is useful if new attributes have been added.
BendRadius
Specifies the radius of the bend.
BendAngle
Specifies the angle of the bend.
BendSweepAngle
Specifies the sweep angle of the bend.
BendOrientation
Specifies the orientation of the bend.
See Also

Face Object  | Face Members