Cutting Prims

   1288   6   2
User Avatar
Member
5 posts
Joined: 2月 2020
Offline
Can somebody teach me how to cut the lines like this in VEX?

Attachments:
teach.png (502.4 KB)

User Avatar
Member
708 posts
Joined: 2月 2017
Offline
Hey OWZONE,

I guess there is a complex VEX solution. But Im a simple man so here is a setup using a loop. It works for straight cuts only atm. If you need angled cuts you need to calculate the orientation of each edge. A bit more complicated but doable.

Cheers
CYTE

Attachments:
Cut.gif (373.8 KB)
Cut.hip (85.3 KB)

User Avatar
Member
5 posts
Joined: 2月 2020
Offline
thank you so much for your method, CYTE!
Edited by OWZONE - 2023年12月21日 20:51:53
User Avatar
Member
3 posts
Joined: 3月 2018
Offline
Hi
I tried a more-procedural way. I guess it might be faster.
Edited by abingabingaaa - 2023年12月25日 05:04:22

Attachments:
Snipaste_2023-12-25_18-01-48.png (348.2 KB)

User Avatar
Member
373 posts
Joined: 6月 2023
Offline
abingabingaaa
Hi
I tried a more-procedural way. I guess it might be faster.

Interesting... I didn't know about PolyScalpel. Looks like an exotic node. Would you mind sharing the hip file or the parameters on PolyScalpel?
Edited by kodra - 2023年12月25日 21:20:34
User Avatar
Member
3 posts
Joined: 3月 2018
Offline
PolyScapel is really good to solve multiple kind of cutting situations.

Attachments:
Cut (1).hip (169.9 KB)

User Avatar
Member
5 posts
Joined: 2月 2020
Offline
abingabingaaa
PolyScapel is really good to solve multiple kind of cutting situations.
Thanks for sharing the method, great one ☺️
  • Quick Links