Thanks a million Floopy. Thats exactly what I was after. Turns out I was close but not close enough!
I think I follow you… Problem is, I don’t want to create any new objects or anything. (such as a transform helper) i just want to calculate the new t…
I’m not sure I follow you there… What other form would it be in?
Yes it would… To be honest, I only spent a minute or two on that piece of code once I figured out how to do it. I plan to go through afterwards and s…
— Make matching vert array matchedVerts = #() newPolyVerts = (for i = (roof1OrigCount + 1) to (polyOp.getNumVerts roof1) collect (i)) for…
Thanks for your reply. What I have ended up doing is first duping the faces but not moving them. Then I just loop through each of the original verts …
Thankyou all of for all your help. I had a gap in my understanding and it turns out that erilaz was right and I had an ordering problem Once I re-or…
This is more along the lines of what I have: fn FunctionA theVar = ( myVarOne = 3 myVarTwo = myVarOne + theVar return myVarTwo ) fn FunctionB = ( th…
I don’t see why it needs to be above… Despite that, I have tried moving it above. And it still doesn’t work.
Thankyou very much Bobo and Charles. I was very close! I had forgotten to multiply the red point by the INVERSE which was messing me up. Bobo; Great…
This won’t work because the green transform could be at any angle. not just like in the picture. I think what I need to do somehow is to take the Y v…