Method that creates a bend note based on the input bend edge on the sheet. The initial placement of the bend note will be along the bend edge without a leader.
| Name | Type | Description |
| BendEdge | DrawingCurve | Input DrawingCurve object that specifies the bend edge to create the note for. If the DrawingCurve does not represent a bend edge, the method returns an error. |
| DimensionStyle | Variant | Optional input Variant that specifies which dimension style to use for the note. The dimension style can be specified by providing the name of an existing style or by supplying a DimensionStyle object. This is an optional argument whose default value is null. |
| Name | Description |
| Create bend note | This sample demonstrates the creation of a bend note on the drawing view of a flat pattern. |