How could I split a geo using polysplit..?
2682
6
2
-
- Masoud
- Member
- 414 posts
- Joined: 8月 2015
- Offline
Hi;
I tried to to split a geometry using a curve, but it's not working…
Here I attached my scene.
Thanks for helping.
Attachments:
1.JPG (56.1 KB)
Polysplit.hip (68.0 KB)
Masoud Saadatmand (MSDVFX)
-
- Andr
- Member
- 899 posts
- Joined: 2月 2016
- Offline
I guess u might want to use a boolean to do that?
check this example and see if it helps,
cheers
Attachments:
splitGeo_from_curve.hiplc (143.8 KB)
-
- Masoud
- Member
- 414 posts
- Joined: 8月 2015
- Offline
Andr
I guess u might want to use a boolean to do that?
check this example and see if it helps,
cheers
Hi Andr;
I want to cut the geometry using a curve, not a surface (So I don't want to extrude the curve).
Thanks.
Masoud Saadatmand (MSDVFX)
-
- lapacho
- Member
- 3 posts
- Joined: 7月 2008
- Offline
You don't need a PolyCut SOP. Split the vertices in splitPathGroup before using ExplodedView SOP.
Edited by lapacho - 2019年1月30日 09:32:14
-
- Masoud
- Member
- 414 posts
- Joined: 8月 2015
- Offline
lapacho
You don't need a PolyCut SOP. Split the vertices in splitPathGroup before using ExplodedView SOP.
Hi lapacho;
You mean “Vertex Split SOP”? if yes, how?
Masoud Saadatmand (MSDVFX)
-
- lapacho
- Member
- 3 posts
- Joined: 7月 2008
- Offline
Hi Masoud,see attached.
Best!
Edited by lapacho - 2019年1月31日 09:59:36
Attachments:
Polysplit.hip (83.8 KB)
-
- Masoud
- Member
- 414 posts
- Joined: 8月 2015
- Offline
Thank you lapacho.
Masoud Saadatmand (MSDVFX)