Dubbie
@dubbie
New Member
Joined: Feb 14, 2024
Topics: 12 / Replies: 37
Reply
RE: Relative Rotation/Translation Problem

Thanks a million Floopy. Thats exactly what I was after. Turns out I was close but not close enough!

17 years ago
Forum
Reply
RE: Relative Rotation/Translation Problem

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…

17 years ago
Forum
Reply
RE: Relative Rotation/Translation Problem

I’m not sure I follow you there… What other form would it be in?

17 years ago
Forum
Topic
Forum
Replies: 8
Views: 22
Topic
Forum
Replies: 0
Views: 11
Reply
RE: Vert Number Problem

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…

18 years ago
Forum
Reply
RE: Vert Number Problem

— Make matching vert array matchedVerts = #() newPolyVerts = (for i = (roof1OrigCount + 1) to (polyOp.getNumVerts roof1) collect (i)) for…

18 years ago
Forum
Reply
RE: Vert Number Problem

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 …

18 years ago
Forum
Topic
Forum
Replies: 6
Views: 21
Reply
RE: Weird Function Issue

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…

18 years ago
Forum
Reply
RE: Weird Function Issue

This is more along the lines of what I have: fn FunctionA theVar = ( myVarOne = 3 myVarTwo = myVarOne + theVar return myVarTwo ) fn FunctionB = ( th…

18 years ago
Forum
Reply
RE: Weird Function Issue

I don’t see why it needs to be above… Despite that, I have tried moving it above. And it still doesn’t work.

18 years ago
Forum
Topic
Forum
Replies: 8
Views: 22
Reply
RE: Find missing angle

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…

18 years ago
Forum
Reply
RE: Find missing angle

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…

18 years ago
Forum
Page 3 / 4