Grasshopper

algorithmic modeling for Rhino

I have a set of lines of varying lengths. What i want to do is select all of the lines in between lengths 3 and 12 . I am putting the equation 3<x<12 into the single variable function button along with the lengths of the lines and connecting that along with the set of lines into a dispatch button. It aint workiiinnnnnnn. Please help

Views: 436

Replies to This Discussion

You'll need:

(x > 3) And (x < 12)

The expressing syntax does not support this notation: 3 < x < 12

--
David Rutten
david@mcneel.com
Poprad, Slovakia

RSS

About

Translate

Search

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service