Search the Community
Showing results for tags 'subtract'.
-
Hi Guys, I am wondering if there is any way in vex to compare between two arrays to get the difference. Please let me know is there any way to do this, below is what I am trying to do s[]@attribsA = detailintrinsic(0, "pointattributes"); s[]@attribsB = detailintrinsic(1, "pointattributes"); s[]@AB = @attribsA - @attribsB; //need mismatched attributes in a s[]@BA = @attribsB - @attribsA; //need mismatched attributes in b Thanks a lot in advance!
-
Hey guys, I want to make a simple screw in Houdini, but the boolean operator is not very helpful when I try to make the thread out of a helix :/ The aim is to subtract the helix from the body of my screw, which should create my thread. But it won't subtract it entirely :/ Could you help me please? screw.hipnc