Hello Houdini Community,
I'm a beginner. Would anyone be able to let me know how I can procedurally add a polygon face to each side of the deformed box in the attached file?
How to add polygons faces between curves?
887 4 1- KETHRO
- Member
- 2 posts
- Joined: Nov. 2023
- Offline
- Mike_A
- Member
- 269 posts
- Joined: Aug. 2018
- Offline
File attached with a couple of simple alternatives.
This is trickier than you might think. How would H know how to build the polygons? Ie, which points to connect in what order?
The polygon elements of H are set up differently to other 3D softwares - so It is a wise investment of your time to learn and understand the difference between points and vertices (two different things in H), edges, and polygons.
Here's a starter:
https://tokeru.com/cgwiki/Points_and_Verts_and_Prims.html [tokeru.com]
If you are bringing in an iges file... H has (sadly) very poor facilities. I'm not sure what iges version it supports.
Image Not Found
This is trickier than you might think. How would H know how to build the polygons? Ie, which points to connect in what order?
The polygon elements of H are set up differently to other 3D softwares - so It is a wise investment of your time to learn and understand the difference between points and vertices (two different things in H), edges, and polygons.
Here's a starter:
https://tokeru.com/cgwiki/Points_and_Verts_and_Prims.html [tokeru.com]
If you are bringing in an iges file... H has (sadly) very poor facilities. I'm not sure what iges version it supports.
Edited by Mike_A - Sept. 16, 2024 17:26:26
- KETHRO
- Member
- 2 posts
- Joined: Nov. 2023
- Offline
- Mike_A
- Member
- 269 posts
- Joined: Aug. 2018
- Offline
Sorry for the late response - not been around for a few days.
H has multiple 'for loop' SOP's - but you're still faced with the same issue: How do you identify the logical units / points to connect?
Let's take a different approach: What's your aim here? Are you trying to import IGES / CAD geo, or something else? Maybe there is a better way to approach what you need to do?
H has multiple 'for loop' SOP's - but you're still faced with the same issue: How do you identify the logical units / points to connect?
Let's take a different approach: What's your aim here? Are you trying to import IGES / CAD geo, or something else? Maybe there is a better way to approach what you need to do?
Edited by Mike_A - Sept. 22, 2024 14:39:08
- eikonoklastes
- Member
- 395 posts
- Joined: April 2018
- Offline
-
- Quick Links