Grasshopper

algorithmic modeling for Rhino

Just wanted to note that the Equality component confuses X with Y in a point coordinates. For example, if ask: [0,1,0] = to [1,0,0], it will print True. I had to use an Evaluate Function X = Y to get the right answer. I'm using version 0.9.0014.

Views: 322

Replies to This Discussion

If you place the mouse pointer over the Equality inputs you'll see it's asking for a number parameter. Whenever you connect a point or vector into a number parameter, since it can only represent one number, GH will pass along the vector length.

In this case 10,25,0 and 25,10,0 have the same length, so the equality component is working fine.

If you place the mouse pointer on one of the inputs of the Evaluate or Addition component, for example, you'll see it says "Generic Data" instead of Number. This is because these components do accept different data types and not just numbers.

RSS

About

Translate

Search

Photos

  • Add Photos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service