Can I just skip things like rs.VectorSubtraction, rs.VectorAddition and stuff like that. I’m seeing lots of examples some use these some don’t. Issue is that I’m getting so deep into my code that when it times come to test/fix I’ll have dug myself a hole. I like how clean everything looks though just adding the variables.
Something to review.
– Dale
1 Like
I’m mostly relying on RhinoScript. I think that’s where both me and the AI is getting confused. For example: whether I can use points or vectors in methods like rs.VectorSubtract. But I think you can just use any array can’t you?