How divide ngon with specific points ?

   3323   3   1
User Avatar
Member
279 posts
Joined: Dec. 2009
Offline
How divide the polygon 1 between 10 to 43 and 8 to 42 ?
What i want is 3 rectangular polygons (2-6-10-43; 10-8-42-43 ; 8-5-1-42)

If i use divide node, i get 4 polygons (2-6-10 ; 2-10-8-43 ; 8-5-42-43 ; 1-5-42)
And polysplit node doesn't work directly on points.

I know i can delete polygon 1 and make 3 polygons with an Add node, but i want to know if there is a way to do it directly.

Thanks for replies

Attachments:
how_divide.png (53.9 KB)

User Avatar
Member
8599 posts
Joined: July 2007
Offline
Polysplit SOP works on vertices (first syntax avb)
http://www.sidefx.com/docs/houdini12.5/nodes/sop/polysplit#parameters [sidefx.com]

so you should have no problem specifying the cuts you want
you can even do that interactively in viewport since Houdini shows you when you are at point
Tomas Slancik
FX Supervisor
Method Studios, NY
User Avatar
Member
279 posts
Joined: Dec. 2009
Offline
Thanks Tamte for reply.
I will try with other parameters.
Polysplit in viewport doesn't work interactively in my case (and in other cases…).
User Avatar
Member
8599 posts
Joined: July 2007
Offline
then just fill in the values
it's not apparent from the picture what vertex number of primitive 1 belongs to which point so you need to have a look, or post the geo
Tomas Slancik
FX Supervisor
Method Studios, NY
  • Quick Links