Single Bend Flat Pattern Configurator

Enter the finished flanges, say which datum you measured them to, and get the flat blank: flat length, bend line position and a clean DXF. The formed section and the flat pattern both update as you type, so you can see the part you asked for before you cut it.

Dimensions

Geometry
Units
The angle the flange is bent through: 90° is a square corner, 0° is flat stock, 180° folds the flanges back together. Not the included angle between the flanges, which is 180° minus this.
Flanges
The theoretical sharp corner is where the two faces would meet if extended past the radius. It is a construction point, not a place you can put a caliper jaw. The section diagram shows the datum currently selected.
Bend model
The radius on the inside of the bend, not the tool nose radius.
Where the neutral axis sits, as a fraction of thickness from the inside face. The presets are commonly cited starting values, not measurements taken here and not properties of a material — real values depend on your material, tooling and forming process. Cannot exceed 0.5.
Blank
Width across the bend. Every calculation works without it; it is only needed to produce a DXF blank.

Results

Enter valid dimensions to see results.

Preview

Formed section

  • Material
  • Bend centre
  • Selected datum

True to the entered thickness, inside radius and through angle. The dashed grey construction runs out to the sharp corner your flange lengths are measured to, so the datum is visible rather than just named.

Flat pattern

  • Cut
  • Bend line
  • Bend region

Only the cut outline and the bend line are exported. The two dashed lines mark the tangent points where the bend region starts and ends, for reference.

How this tool is verified

  • Geometry checked against hand-derived golden cases and geometric invariants — developed arc equals true circumference, metric and imperial inputs give identical millimetre geometry.
  • Every exported DXF is read back and audited by ezdxf, an independent DXF library that had no part in writing it (ezdxf 1.4.4).
  • Output opened and accepted in Autodesk Inventor and AutoCAD on a real seat (2026-08-10).

The method, the reports and the responsibility boundary are on the Approach page.

Built by Ruthen Systems

The same geometry core powers custom generators for specific shops — your rules, your standards, your output formats. If you keep redoing this by hand with your own rules attached, that is the version worth having.

How a custom generator is built

Assumptions and limits

Read these before you cut anything. They describe exactly what this tool does and does not account for.

  • One bend, two flanges. Multi-bend parts are not modelled: bends interact once flanges are short relative to thickness.
  • The bend angle is the angle bent through — 90° is a square corner, not the included angle between the flanges.
  • Flange lengths are measured to the theoretical outside sharp corner — where the two outside faces would meet if extended. This is the apex, not a point on the formed part.
  • Geometry is deterministic from the values entered. Nothing is inferred from a material.
  • K-factor is yours. Real production values depend on material, temper, grain direction, tooling and forming method.
  • Springback is not predicted. Bend to your own shop allowance.
  • This does not replace a validated shop bend table — use it to plan, then confirm against a test bend.

Output is a planning and fabrication aid. You are responsible for verifying dimensions, tolerances and material behaviour before production — full disclaimer.

Worked example

A 2 in and a 3 in flange, both measured to the outside apex, in 0.125 in material with a 0.250 in inside radius, bent through 90° at K = 0.33.

  • Outside setback0.3750 in
  • Straight legs1.6250 / 2.6250 in
  • Bend allowance0.4575 in
  • Bend deduction0.2925 in
  • Flat length4.7075 in

Both routes agree, which is the useful check: adding the legs to the allowance gives 1.625 + 2.625 + 0.4575, and subtracting the deduction from the outside dimensions gives 2 + 3 − 0.2925. Both are 4.7075 in.

Method

A bend is developed on its neutral axis, which sits inside the material at a fraction K of the thickness measured from the inside face. Everything else follows from that one idea.

The four quantities

With inside radius R, thickness T, K-factor K and θ the angle bent through:

  • Neutral-axis radius Rn = R + K·T
  • Bend allowance BA = θrad · Rn — the arc length of material consumed by the bend
  • Outside setback OSSB = (R + T) · tan(θ/2) — tangent point to the outside sharp corner
  • Bend deduction BD = 2·OSSB − BA

One algorithm, three datums

The flat length is always the two straight legs plus the bend allowance. What changes between conventions is not the arithmetic but which number you typed, so the datum is removed at the input rather than carried through the maths:

  • tangent basis — the entered length already is the straight leg
  • inside basis — subtract R · tan(θ/2)
  • outside basis — subtract (R + T) · tan(θ/2)

The familiar outside-dimension shortcut, flat = A + B − BD, is the same identity rearranged rather than a competing method: substituting A = leg + OSSB into it returns leg A + leg B + BA exactly. The test suite asserts the three routes agree across a grid of thicknesses, radii, angles and K-factors rather than taking the algebra on trust.

Why the datum matters more than K

Take a 0.060 in part with a 0.060 in inside radius bent through 90° with 2 in flanges. Sweeping K across its entire physically possible range, 0.33 to 0.50, moves the blank by 0.85%. Measuring the flanges to the wrong datum moves it by 6.18% — over seven times further, and with nothing on screen to warn you. That is why the basis control sits above the flange fields and why the section diagram draws the datum you picked.

What the bend line is

The exported BEND line is the developed mid-arc: straight leg A plus half the bend allowance, measured from edge A. Formed, that material point lands in the middle of the bend, which for a symmetric bend is the press-brake centreline. It is deliberately not the middle of the blank, and it is not the tangent line — the preview draws the tangent lines separately so the bend region is visible. This is nominal geometry only: it does not model your machine's own back-gauge or tooling compensation.

Limits

Angles run from just above 0° to 180°. Above 90° the setback grows quickly, and at 180° the faces are parallel so no sharp corner exists at all — at that angle the flanges must be given to the tangent. A flange shorter than its own setback is rejected rather than quietly returned as a negative leg, because it means the datum or the angle is wrong.

Questions

Where exactly do I measure flange A and B to?

Wherever you tell it. That is the point of the dimension basis control, and it is the single most important input on this page. "Outside apex" means the theoretical sharp corner where the two outside faces would meet if extended — the datum most drawings use. "Inside apex" is the same idea on the inside faces. "Tangent" means the straight material only, measured to where the bend starts. Pick the wrong one and the blank is wrong by roughly twice the setback, which for a 90° bend is about twice the sum of radius and thickness.

Is 90° the bend angle or the included angle?

This tool takes the angle bent through: 0° is flat stock, 90° is a square corner, 180° folds the flanges back onto each other. The included angle between the flanges is 180° minus that. The two happen to be identical at exactly 90°, which is why the ambiguity survives in so many places — at 135° the two readings differ by about 18 mm on a 100 mm part. The formed section updates as you type, so you can see which shape you asked for.

Why does the bend line sit where it does?

It is the developed mid-arc: the material point that ends up in the middle of the bend once formed, at straight leg A plus half the bend allowance from edge A. It is not the middle of the blank — those only coincide when the two flanges are equal — and it is not the tangent line where the bend starts. The bend region between the two tangent lines is drawn on the preview so you can see the difference.

What K-factor should I use?

One from your own shop, ideally measured from a test bend in the material and tooling you will actually run. The two presets are commonly cited starting values for air bending and bottoming; they are not measurements taken by us and they are not properties of any material. K locates the neutral axis as a fraction of thickness from the inside face, so it cannot exceed 0.5.

Why is there no material or gauge dropdown?

Because we have no press, no tooling data and no test coupons, so any K-factor attached to a material name here would be invented. Gauge is left out for a related reason: the same gauge number means different thicknesses in steel, galvanised and aluminium series, and a dropdown that quietly picks one is a good way to cut the wrong blank. Enter the thickness you are actually running.

Why do I need a part width for the DXF?

A DXF is a blank, and a blank has two dimensions. Every number on this page — flat length, bend line, allowance, deduction — is computed without a width, so the calculation works whether or not you supply one. But rather than invent a width so the button can be enabled, the export stays off until you give a real one.

Does this account for springback?

No. Everything here is nominal geometry derived from the values you entered. Springback depends on material, temper, tooling and forming method, and predicting it is not something this tool attempts. Add your own overbend allowance.

What is in the DXF?

The blank perimeter on the CUT layer and one bend line on the BEND layer. Nothing else — no dimensions, no text, no annotation, no construction lines. The unit is recorded in the $INSUNITS header variable (4 for millimetres, 1 for inches). The tangent lines and labels you see in the preview are display only and are deliberately not exported.