Equal Spacing between objects



  • I have six cylinder object and I want to have equal spacing between them, how do I do it?



  • @jcdelmore said in Equal Spacing between objects:

    I have six cylinder object and I want to have equal spacing between them, how do I do it?

    Determine the total width or length available for placing the cylinders. Let's call this value "Total Width."

    Calculate the desired spacing between the cylinders. Divide the Total Width by the number of cylinders minus one (since there will be one less gap than the number of cylinders). Let's call this value "Spacing."

    Start by placing the first cylinder at the beginning of the available space.

    Place the second cylinder at a distance of Spacing from the first cylinder.

    Continue placing the remaining cylinders, each at a distance of Spacing from the previous cylinder.


Log in to reply
 

Looks like your connection to MatterHackers Community was lost, please wait while we try to reconnect.