Shapes next to each other

Started by nirortal, January 08, 2015, 09:00:34 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

nirortal

hi,

I'm building a board game. Using hexagons.
I found that the shape are sometimes overlap each other.
Is there a way that to align or make sure that the shapes are just touching each other?

Yacine

#1
Hi,
Programming an all purpose tool for all kind of shapes would be too complicated, but building a hexagonal shape that snaps at the right position to other hexagons is easy.
Check the attachment.
Yacine

Thomas Winkel

Hi,

apart from Yacines solution you could try to "repair" an existing drawing with my "arrange selected shapes" code:
http://visguy.com/vgforum/index.php?topic=4927.0

Regards,
Thomas