A bolt circle (BCD) defines where a set of evenly spaced holes sit around a common center — on flanges, wheels, pump housings, and any machined part with a circular bolt pattern. This calculator turns three numbers (diameter, hole count, starting angle) into the X/Y coordinates a CNC program, CAD drawing, or layout scribe needs for every hole.

How the Bolt Circle Layout Calculator works

The calculator places n holes evenly around a circle of the entered bolt circle diameter (BCD). Each hole's angle is the starting angle plus a multiple of the angular spacing, 360° divided by n. Converting that angle to Cartesian coordinates — radius times cosine for X, radius times sine for Y — gives the position of every hole relative to the circle's center, using the standard math convention where angles increase counterclockwise from the positive X axis.

Inputs and what they mean

Bolt circle diameter (BCD or PCD) is the diameter of the circle through the hole centers, not the outer diameter of the part. Number of holes must be a whole number of 2 or more; odd hole counts (5, 7, and so on) are fully supported and simply produce an asymmetric-looking but still evenly spaced pattern. Starting angle defaults to 0°, which places the first hole due right of center; rotating it spins the whole pattern without changing the spacing between holes — useful for matching an existing part's orientation or avoiding interference with another feature.

Limits and edge cases

This calculator assumes perfectly even spacing — real-world bolt patterns with unequal gaps (common on some automotive lug patterns) aren't supported and need each hole entered individually. A hole count below 2 is rejected since a single point doesn't define spacing. Arc distance and chord distance are reported separately because they diverge more as the hole count drops and the gap between holes widens — for high hole counts they converge and either can be used as a close approximation of the other.