Introduction

Hole dividing — also known as bolt circle layout or pitch circle division — is the process of positioning a series of equally spaced holes on a circular pitch circle. This operation is fundamental in manufacturing, from flanges and gears to structural steel connections and precision instrument components.

Whether you're using a manual drill press, a milling machine with a dividing head, or a CNC machining center, understanding the geometry and calculations for hole dividing ensures accurate hole placement. This guide covers everything you need to know: the definition, the different calculation methods (coordinate, chord length, angular), the formulas, and step-by-step worked examples. We also include an interactive bolt circle calculator to help you quickly determine hole coordinates and spacing.

📌 What you'll learn: The fundamentals of hole dividing, how to calculate hole positions using coordinates or chord lengths, how to set up a dividing head or rotary table, and practical tips for accurate drilling.

What is Hole Dividing?

Hole dividing (or bolt circle dividing) is the geometric process of locating a specified number of holes at equal angular intervals on a circle of a given diameter. The result is a bolt circle, commonly used for fastening components with bolts or screws.

The basic problem is: given the number of holes (N) and the bolt circle diameter (D), determine the position (coordinates or angle) of each hole center. The holes are spaced at an angular increment of 360° / N.

Hole dividing can be performed using:

  • Manual layout: Using a divider, ruler, and center punch.
  • Dividing head or rotary table: For precise indexing on milling machines or drill presses.
  • CNC machining: Where the control system calculates and positions the holes automatically.
  • Coordinate calculation: Using trigonometry to find X-Y coordinates for each hole.

Why is Hole Dividing Important?

Accurate hole dividing is critical for several reasons:

  • Assembly fit: Misaligned holes lead to difficulty in assembly and stress concentrations.
  • Load distribution: Evenly spaced holes ensure uniform load distribution in bolted joints.
  • Interchangeability: Components with standard bolt circles (e.g., flanges) must have precise hole locations.
  • Safety: In structural and pressure vessel applications, accurate hole placement is essential for integrity.
  • Efficiency: Proper calculation reduces scrap and rework.

Types of Hole Dividing

Hole dividing can be classified based on the method of calculation or the equipment used.

MethodDescriptionBest For
Angular MethodIndexing by angle (e.g., 45°, 60°) using a rotary table or dividing head.Manual indexing, simple setups.
Coordinate MethodCalculating X-Y coordinates of each hole from the circle center.CNC machining, layout on flat plates.
Chord MethodCalculating the straight-line distance (chord) between adjacent holes.Manual layout with dividers or rulers.
Polar MethodSpecifying holes by radius and angle (polar coordinates).Common in CAD and CAM.

Construction & Setup for Hole Dividing

The setup depends on the equipment used:

  • For manual layout: Use a surface plate, height gauge, dividers, and a center punch. Mark the center of the bolt circle, draw the circle, and then use a protractor or dividers to step off the angles.
  • For dividing head or rotary table: Mount the workpiece on the table or chuck, set the dividing head to the required indexing (e.g., 40:1 ratio), and use the indexing plates to rotate the workpiece by the calculated amount.
  • For CNC: Program the hole coordinates using the formulas and let the machine do the positioning.

In all cases, ensure the workpiece is securely clamped, the center is accurately located, and the tool is correctly positioned.

Working Principle of Hole Dividing

The fundamental principle is to divide a full circle (360°) into N equal parts. The angular increment between holes is θ = 360° / N.

For the coordinate method, each hole is located by its X and Y coordinates relative to the circle center. If the circle center is at (0,0) and the radius is R (where R = D/2), then the coordinates of the k-th hole (starting from the reference angle, usually 0° or 90°) are:

  • Xk = R × cos(α + k × θ)
  • Yk = R × sin(α + k × θ)

where α is the starting angle (often 0° for the first hole on the X-axis), and k = 0, 1, 2, ..., N-1.

For the chord method, the straight-line distance between adjacent hole centers (chord length) is:

C = 2 × R × sin(θ/2) = D × sin(180° / N)

Using a divider set to this chord length, you can step around the circle to mark all hole positions.

Engineering Theory of Hole Dividing

The geometry of hole dividing is based on circle trigonometry. The key relationships are:

  • Angular increment: θ = 360° / N (or 2π / N radians).
  • Coordinates: (x, y) = (R cos φ, R sin φ) where φ is the angle from the reference axis.
  • Chord length: C = 2R sin(θ/2).
  • Distance between any two holes (i and j): d = 2R sin(|i-j| × θ / 2).
  • Area of a bolt circle: Not typically used, but the centroid is at the center.

For practical purposes, the coordinate method is the most versatile, especially for CNC or when using a coordinate measuring machine.

Important Hole Dividing Formulas

ParameterFormulaUnitsNotes
Angular increment (θ)θ = 360° / NdegreesN = number of holes
Chord length (C)C = 2 × R × sin(θ/2)mm (or in)R = pitch radius
X-coordinate of k-th holeXk = R × cos(α + kθ)mm (or in)α = starting angle, k = 0..N-1
Y-coordinate of k-th holeYk = R × sin(α + kθ)mm (or in)
Distance between holes i and jdij = 2R sin(|i-j| × θ / 2)mm (or in)
Bolt circle diameter (D)D = 2Rmm (or in)
Number of holes from angleN = 360° / θIf θ is known
Cartesian to polarφ = atan2(y, x), R = sqrt(x²+y²)For conversion
⚠️ Important: When using the coordinate method, ensure the reference angle (α) is consistent with your machining setup. For CNC, the origin is typically at the center of the bolt circle.

Step-by-Step Calculations

Worked Example 1 — 6 Holes on a 100 mm Pitch Circle

Given: N = 6, D = 100 mm → R = 50 mm. Starting angle α = 0° (first hole on positive X-axis).

Step 1: Calculate angular increment: θ = 360° / 6 = 60°.

Step 2: Compute coordinates for each hole (k = 0 to 5):

  • k=0: (50 cos 0°, 50 sin 0°) = (50, 0)
  • k=1: (50 cos 60°, 50 sin 60°) = (25, 43.30)
  • k=2: (50 cos 120°, 50 sin 120°) = (-25, 43.30)
  • k=3: (50 cos 180°, 50 sin 180°) = (-50, 0)
  • k=4: (50 cos 240°, 50 sin 240°) = (-25, -43.30)
  • k=5: (50 cos 300°, 50 sin 300°) = (25, -43.30)

Step 3: Chord length = 2 × 50 × sin(30°) = 100 × 0.5 = 50 mm.

Result: The holes are located at the coordinates above, spaced 50 mm apart (chord distance).

Worked Example 2 — 8 Holes on a 200 mm Pitch Circle, Starting at 45°

Given: N = 8, D = 200 mm → R = 100 mm. Starting angle α = 45°.

Step 1: θ = 360° / 8 = 45°.

Step 2: Coordinates (k=0 to 7):

  • k=0: (100 cos 45°, 100 sin 45°) = (70.71, 70.71)
  • k=1: (100 cos 90°, 100 sin 90°) = (0, 100)
  • k=2: (100 cos 135°, 100 sin 135°) = (-70.71, 70.71)
  • k=3: (100 cos 180°, 100 sin 180°) = (-100, 0)
  • k=4: (100 cos 225°, 100 sin 225°) = (-70.71, -70.71)
  • k=5: (100 cos 270°, 100 sin 270°) = (0, -100)
  • k=6: (100 cos 315°, 100 sin 315°) = (70.71, -70.71)
  • k=7: (100 cos 360°, 100 sin 360°) = (100, 0)

Step 3: Chord length = 2 × 100 × sin(22.5°) = 200 × 0.38268 = 76.54 mm.

Result: The coordinates are as listed, with a chord distance of 76.54 mm.

Worked Example 3 — Using the Chord Method for 5 Holes on 150 mm Diameter

Given: N = 5, D = 150 mm → R = 75 mm.

Step 1: θ = 72°.

Step 2: Chord length C = 2 × 75 × sin(36°) = 150 × 0.5878 = 88.17 mm.

Step 3: Using dividers set to 88.17 mm, start at any point on the circle and step off 5 chords. This will return to the starting point (within measurement accuracy).

Result: The chord length is 88.17 mm.

💡 Pro tip: For manual layout, the chord method is quick and doesn't require calculations for each hole. Just set your dividers to the chord length and step around the circle.

⚙️ Bolt Circle / Hole Dividing Calculator

Enter the number of holes, pitch circle diameter, and starting angle (optional). The calculator will show the angular increment, chord length, and the coordinates of all holes.

📐 Bolt Circle Calculator

Angular Increment
Chord Length
Hole Coordinates

Manufacturing Process for Hole Dividing

The process of creating a bolt circle involves several steps, from layout to drilling.

  • Material preparation: Cut the workpiece to size and face it to ensure a flat surface.
  • Locate the center: Find the exact center of the pitch circle (using a center finder or coordinate measuring).
  • Mark the pitch circle: Draw the circle using a scriber or layout dye.
  • Divide the circle: Use one of the methods (chord, coordinate, angular) to mark the hole centers.
  • Center punch: Lightly center punch each hole location to guide the drill.
  • Drill pilot holes: Drill small pilot holes to prevent drill wander.
  • Drill to final size: Drill the holes to the specified diameter.
  • Deburr and inspect: Remove burrs and verify hole positions with a gauge or calipers.

Applications of Hole Dividing

  • Flanges: Pipe flanges, structural flanges with standard bolt circles.
  • Gears: Mounting holes for gear blanks.
  • Enclosures: Electrical panels, junction boxes.
  • Automotive: Wheel bolt patterns, flywheel mounting holes.
  • Aerospace: Engine mounts, fuselage joints.
  • Pump and valve bodies: Bolt holes for covers and glands.
  • General machinery: Base plates, bearing housings.

Advantages & Limitations

Advantages

  • Accurate and repeatable hole placement.
  • Versatile — can be done on manual machines or CNC.
  • Simple geometry with straightforward calculations.
  • Allows for standardized bolt circles (e.g., ANSI flanges).

Limitations

  • Manual layout is time-consuming and prone to errors.
  • Requires careful setup to avoid cumulative errors.
  • Large numbers of holes increase the chance of errors.
  • Tool wear can affect hole position if not compensated.

Common Problems in Hole Dividing

  • Cumulative error: Slight angular errors add up, causing the last hole to be misaligned.
  • Incorrect center location: If the circle center is off, all holes are mispositioned.
  • Inaccurate chord length: Dividers slipping or poor measurement.
  • Drill wandering: Starting the drill off-center, especially without a pilot hole.
  • Workpiece movement: Insufficient clamping during drilling.
  • Heat distortion: From drilling can affect the workpiece flatness.

Maintenance Tips for Dividing Equipment

  • Keep dividing heads and rotary tables clean: Remove chips and debris.
  • Lubricate moving parts: Regular oiling of gears and slides.
  • Check backlash: Adjust worm gear meshing if necessary.
  • Inspect index plates: Ensure holes are not worn or damaged.
  • Calibrate regularly: Verify angular accuracy with a dial indicator or optical instruments.

Safety Considerations

  • Secure the workpiece: Always clamp the workpiece firmly.
  • Use proper guards: Protect against rotating parts and flying chips.
  • Wear eye protection: Chips and coolant can cause eye injuries.
  • Use correct speeds and feeds: Prevent tool breakage.
  • Follow lockout/tagout: When servicing the machine.
  • Keep hands clear: When operating dividing head handles.

Industry Standards

  • ANSI B16.5: Pipe flanges and flanged fittings — standard bolt circle dimensions.
  • ASME Y14.5: Dimensioning and tolerancing — includes bolt circle callouts.
  • ISO 7005: Pipe flanges — standard bolt circles.
  • Machinery's Handbook: Comprehensive tables for bolt circles and dividing.

Practical Workshop Tips for Hole Dividing

  • Use a center finder: To accurately locate the circle center.
  • For manual layout, use a quality divider: A sharp point and firm setting.
  • When using the chord method, check the closure: After stepping off all chords, you should return to the start; if not, adjust the divider and repeat.
  • Use a spotting drill: Before the final drill to prevent wandering.
  • For CNC, always simulate the toolpath: To verify hole positions.
  • Keep a record of the calculations: For future reference or quality control.
  • Use a coordinate measuring machine (CMM): For high-precision inspection.

Common Mistakes in Hole Dividing

  • Confusing diameter with radius: Using the diameter in coordinate formulas instead of radius.
  • Incorrect angular increment: Using 360/N but forgetting to convert to radians in calculations.
  • Starting angle error: Mis-setting the reference angle, causing a rotational offset.
  • Using a dull drill: Causes wandering and oversized holes.
  • Not compensating for tool diameter: If using a large drill, ensure the center is correctly positioned.
  • Over-tightening the workpiece: Can distort the part and shift the hole positions.
  • Ignoring backlash: In dividing heads, not taking up backlash before locking.

Frequently Asked Questions

What is a bolt circle?
A bolt circle (or pitch circle) is an imaginary circle that passes through the centers of all the bolt holes in a flange or other circular bolt pattern. The holes are equally spaced on this circle. The bolt circle is defined by its diameter and the number of holes.
What is the formula for the chord length between adjacent holes?
The chord length (C) between adjacent holes is given by C = 2 × R × sin(180° / N), where R is the pitch radius and N is the number of holes. Alternatively, C = D × sin(180° / N), where D is the pitch diameter.
How do I calculate the coordinates of holes on a bolt circle?
For a bolt circle centered at (x₀, y₀) with radius R, the coordinates of the k-th hole (starting from angle α) are: x = x₀ + R cos(α + k·θ), y = y₀ + R sin(α + k·θ), where θ = 360°/N, and k = 0, 1, ..., N-1.
What is the difference between angular and coordinate methods?
The angular method uses a rotary table or dividing head to index by angle, often used on manual machines. The coordinate method calculates X-Y coordinates for each hole, which is essential for CNC machining or layout on a flat plate.
How do I divide a circle into 5 equal parts manually?
The angular increment is 72°. You can use a protractor or, more accurately, calculate the chord length: C = D × sin(36°). Set your dividers to this chord length and step around the circle. Start at any point and mark each step; you should return to the start after 5 steps.
What is the standard bolt circle for ANSI flanges?
ANSI B16.5 specifies standard bolt circles for pipe flanges. For example, a 4-inch class 150 flange has 8 holes on a 190.5 mm (7.5 in) bolt circle. The exact dimensions depend on the flange size and rating.
Why is it important to use a pilot hole?
A pilot hole (smaller than the final hole) helps guide the larger drill, preventing it from wandering off center. This is especially important when drilling accurate hole locations.
Can I use a dividing head for bolt hole drilling?
Yes, a dividing head can be used to index the workpiece for drilling equally spaced holes. You can mount the workpiece in the dividing head and use the indexing plates to rotate it by the required angular increments. This is a common method in toolroom and production machining.
What is the tolerance for bolt circle hole positions?
Tolerances vary by application. For general machining, a positional tolerance of ±0.1 mm to ±0.2 mm is common. For critical applications (e.g., high-pressure flanges), tighter tolerances (±0.05 mm) may be required. Always refer to the engineering drawing for specific requirements.
How do I ensure the holes are truly equally spaced?
Use a precise method such as CNC programming or a dividing head. For manual layout, use the chord method with a sharp divider and check the closure (the last step should meet the first). Also, use a template or drill jig for repeatability.
What is the difference between a bolt circle and a hole circle?
They are essentially the same: a circle on which holes are equally spaced. "Bolt circle" is commonly used when the holes are for bolts (fasteners), while "hole circle" is a more general term. In practice, they are interchangeable.
Can I use the chord method for any number of holes?
Yes, the chord method works for any number of holes. The chord length decreases as the number of holes increases. For very large numbers (e.g., 36 holes), the chord length becomes small, making manual stepping less accurate; in such cases, the coordinate or angular methods are preferred.
What is the formula for the distance between non-adjacent holes?
The distance between hole i and hole j (where i and j are indices) is d_ij = 2R sin(|i-j| × θ / 2). For example, the distance between hole 0 and hole 2 (i.e., two steps apart) is 2R sin(θ), which is twice the chord length.
How do I account for the drill size in hole layout?
The hole layout marks the center of the hole. The drill size does not affect the center location. However, if you are using a large drill, ensure the center punch mark is accurate. For CNC, the toolpath is typically defined by the hole center, and the tool compensates for its own diameter.
What is the difference between a rotary table and a dividing head?
Both are used for indexing. A rotary table is primarily used for milling circular slots or arcs, but can also be used for hole dividing. A dividing head is specifically designed for indexing and has a worm gear with a higher reduction ratio (e.g., 40:1), allowing precise fractional turns. Dividing heads are more common for gear cutting and bolt circles.

Conclusion

Hole dividing is a fundamental operation in manufacturing that ensures accurate and repeatable placement of bolt holes and other circular patterns. Understanding the geometry and calculation methods — whether you're using the angular, coordinate, or chord method — is essential for any machinist or engineer.

In this guide, we've covered the definition of hole dividing, the key formulas, step-by-step worked examples, and practical workshop tips. We've also provided an interactive bolt circle calculator to help you quickly compute hole coordinates and chord lengths for your specific application.

Remember to always verify your calculations, use the appropriate tools and methods for your equipment, and follow safety procedures. With careful setup and attention to detail, you can achieve accurate and reliable hole dividing for any project.

🔧 Continue your learning: Explore our other engineering calculators and articles to deepen your understanding of machining and manufacturing.

📌 Related resources from Engineer Data Hub:

Bookmark this page for your next hole dividing project. Share it with your colleagues — and keep making precision parts.