Wings 3D Development Forum
How do you make a new item / geometry from a selection - Printable Version

+- Wings 3D Development Forum (https://www.wings3d.com/forum)
+-- Forum: Wings 3D (https://www.wings3d.com/forum/forumdisplay.php?fid=1)
+--- Forum: Interface & Usage (https://www.wings3d.com/forum/forumdisplay.php?fid=3)
+--- Thread: How do you make a new item / geometry from a selection (/showthread.php?tid=1417)



How do you make a new item / geometry from a selection - wing_it_d3 - 10-10-2015

How do you make a new item / geometry from a selection. For example if you have a cube and you want the front of the cube to be a new geometry called 'front' ?. And remove the front of the cube.

Thanks


RE: How do you make a new item / geometry from a selection - micheus - 10-10-2015

Hi wing_it_d3, welcome to our community. Smile

To make a new item from a geometry selection you can use (in Face mode [F]) the command Extract.

That will not "open" a hole in the source object. Wings works with closed manifolds, so in order to get that effect you have two options depending on what you want to achieve:
- Hole: it will open a hole in your geometry, but you cannot work in the inner side of it, because you will be only seeing the backfaces of the remaining faces of the object/mesh;
- Intrude: it will allow you to define a thickness to the object and it will create the inner faces.

Try yourself to understand the differences. Smile

____
Obs: You can make this kind of question in the Interface & Usage session ok. I'm moving this one to there as soon as you answer it. Smile


RE: How do you make a new item / geometry from a selection - wing_it_d3 - 10-10-2015

thank you.