Count → Spacing
Input
L=6000, leftOffset=100, rightOffset=100, n=5
Output
Le=5800, pitch=1450, x=[100,1550,3000,4450,5900]
Enter values to get a placement schematic and coordinate table immediately.
Input
L=6000, leftOffset=100, rightOffset=100, n=5
Output
Le=5800, pitch=1450, x=[100,1550,3000,4450,5900]
Input
L=6000, leftOffset=100, rightOffset=100, pitch=450, rounding=ceil
Output
nCandidate=14 does not fit, so it is auto-adjusted to n=13
Le = L − leftOffset − rightOffsetn2p: actual spacing = Le / (n − 1)p2n: candidate count = floor / ceil / round(Le / pitch) + 1equal: actual spacing = Le / (n − 1), remainder = 0centered: start = leftOffset + remainder / 2flush-right: start = leftOffset + remainderWith Equal spacing, the actual interval is recalculated so the effective length is filled exactly.
The requested count did not fit the fixed-spacing rule, so it was adjusted automatically to a value that fits.
It sets both offsets to the larger value and switches the layout rule to Centered.
No. This tool supports placement only; it does not perform structural verification.