Generate exact X/Y coordinates for any bolt-circle hole pattern by diameter, count, and start angle.
A bolt circle places equally spaced holes around a diameter. Each hole’s X/Y coordinate comes from the radius and its angle, which steps by 360°/n.
Formula: X = (BCD/2)·cos θ, Y = (BCD/2)·sin θ, θ = (360°/n)·i
Create a free operator account to save your calculations.