Is curve closed?
2624 6 0-
- BenWWilson
- Member
- 17 posts
- Joined: Nov. 2018
- Offline
-
- animatrix_
- Member
- 5042 posts
- Joined: Feb. 2012
- Offline
Hi,
You can get the prim intrinsic "closed":
You can get the prim intrinsic "closed":
i@isclosed = primintrinsic ( 0, "closed", @primnum );
Senior FX TD @ Industrial Light & Magic
Get to the NEXT level in Houdini & VEX with Pragmatic VEX! [www.pragmatic-vfx.com] https://lnk.bio/animatrix [lnk.bio]
Get to the NEXT level in Houdini & VEX with Pragmatic VEX! [www.pragmatic-vfx.com] https://lnk.bio/animatrix [lnk.bio]

-
- BenWWilson
- Member
- 17 posts
- Joined: Nov. 2018
- Offline
-
- npetit
- Staff
- 443 posts
- Joined: Feb. 2008
- Offline
If you just want to see whether the curve is closed or not, in the geometry spreadsheet you can display intrinsics, no need to create a new attribute.
You can also directly access that intrinsic in group fields. For example, put down a blast node and set the group parm toto delete all closed curves.
You can also directly access that intrinsic in group fields. For example, put down a blast node and set the group parm to
@intrinsic:closed=1
-
- BenWWilson
- Member
- 17 posts
- Joined: Nov. 2018
- Offline
-
- npetit
- Staff
- 443 posts
- Joined: Feb. 2008
- Offline
-
- BenWWilson
- Member
- 17 posts
- Joined: Nov. 2018
- Offline
-
- Quick Links