Returns bend information for the specified bend.
"flatPattern_var" is a variable referencing a FlatPattern object.
|
|
Type | Description |
boolean | Returns true if the bend information was successfully returned. |
Name | Type | Description |
bendEdge | BRepEdge | The wire BrepEdge that represents a bend line in the model. The edges are obtained from the wire body returned by the bendLinesBody property. |
isBendUp | boolean | Indicates if the bend is in the natural direction of the bend line or in the opposite direction. Returns true if the bend is in the same direction as the input bend line. |
bendAngle | double | Returns the bend angle of the bend in radians. |