Page 1 of 1

empty space

PostPosted: Sat Mar 10, 2007 10:14 am
by swordfish1227
how do i make an object into empty space? say i am making a brick and i want to make the holes, how do i go about doing that?

Re: empty space

PostPosted: Sat Mar 10, 2007 11:21 am
by JonMich
What program are you using?

Re: empty space

PostPosted: Sat Mar 10, 2007 11:59 am
by swordfish1227
gmax

Re: empty space

PostPosted: Sat Mar 10, 2007 1:16 pm
by Stormtropper
make another solid that intersects your first one at where you want the empty space to be, and just do a boolean...

Re: empty space

PostPosted: Sat Mar 10, 2007 1:37 pm
by JonMich
This is just one of the many ways to do this.


Start with the following
1.      Brick
2.      Circles
Align the circles so that in the top view they are where the holes are supposed to be.

Image

It should look something like this

Image

Now do the following
1.      select the brick in the viewport
2.      select compound objects from the menu
3.      select shapemerge
4.      select pick shape
5.      in the viewport, select each of the circles
6.      you will see the name of the circles show up in the box as you select them

Image


Now right click on the brick and convert to editable poly or what ever you are using and then go to the vertex level and you will see something like this.

Image

Image

You will see that it created a lot of vertexes along the outside of the circle so you might need to collapse a bunch of them together by selecting some of the vertexes and clicking on collapse on the right.

Image

After you get it cleaned up, go to poly level, select the poly that fills the circle and then click extrude it inwards to make it a hole in the brick.

Image

And it should look something like this.

Image

Keep in mind that this is only one way to do this like Stormtropper has mentioned another one in the post above.


It might seem like a long process but it took me about 30 seconds to complete the steps and about 30 minutes to take the screens and post this. hope this makes sense.

Jon

Re: empty space

PostPosted: Sat Mar 10, 2007 3:12 pm
by swordfish1227
i got i done with storm's method, it is a little easier, i just have to figure out how to do the other 2.

there is some weird thing that happens when i trythe two outside ones.

i am using this as practice