2
$\begingroup$

I am trying to make a die. I managed to do the "frame" and pips. Pips are separate from frame, but same object (Ctrl J). How i can add a face connecting frame with pips, but leave pips as they are? When i select edges as in picture and add a face (F) pips also have separate face on them. Removing that pip-face does not help - i still do not see pips. Blend file is here (although it is really simple...): http://pasteall.org/blend/index.php?id=45646 How to add face to my die?

$\endgroup$
0

1 Answer 1

2
$\begingroup$

I suggest another approach. It needs some calculation at the beginning to handle correctly where the holes are to be placed, but it does so your final shape has no 'ngons' (faces with more than 4 vertices) which is always better.

The principle is to start with a plane, and give it some symmetrical loop cuts in order to place the future holes :

enter image description here

Now we want to make one hole (this one will be duplicated after that) :

  • Select a place for the future hole
  • Inset I and move the mouse to scale/place the inset faces
  • Select the outer vertices and make them circular AltShiftS
  • Scale a bit to adjust

enter image description here

  • Now extrude E the inner part

enter image description here

Add a subdivision surface modifier to check the result and eventually refine it (add some bevel for instance, if needed).

enter image description here

Once done, all is matter of duplicating the hole and merge the six faces.

Make each die's face by duplicating the initial hole :

  • Delete a vertex to make a place for the hole
  • Select the hole
  • Set the snapping mode to vertex
  • Duplicate the hole and place it
  • Once done, select all and remove doubles

enter image description here

Do that for the six faces and reassembly all in a complete die :

enter image description here

$\endgroup$
6
  • $\begingroup$ Good idea :) I did the faces of die with pips. But how to connect them into one mesh afterwards? $\endgroup$
    – misioooo
    Commented Feb 21, 2017 at 11:18
  • $\begingroup$ To join 2 (or more meshes), use ctrl+J. In the case of the die, you'll have to remove doubles after that) $\endgroup$
    – lemon
    Commented Feb 21, 2017 at 11:30
  • $\begingroup$ I ment how did you connected all faces and achieved rounded corners :) Joining meshes into one object is known to me. Thank You lemon! $\endgroup$
    – misioooo
    Commented Feb 21, 2017 at 11:44
  • $\begingroup$ The rounded corners are obtained thanks to the subsurface modifier. And for connecting faces (if I understand your question), simply rotate and place the individual faces join them and remove doubles. Or I did not understand what you are asking? $\endgroup$
    – lemon
    Commented Feb 21, 2017 at 11:50
  • $\begingroup$ Got it! I applied sussurface mod before joining faces of die - my bad. Now all looks cool when i first connected everything and afterwards applied susurface modifier.! Thank You! $\endgroup$
    – misioooo
    Commented Feb 21, 2017 at 12:13

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .