I created a “between” node in a code block where it evaluates if the value (in this case the point Z value) is between a certain range. Output should be true and false which i got now.
But my problem is that it should evaluate all the values of the input list (in this example 52) and not just only one. If i right click on code block there is not a possibility to put in on longest (lacing). Am I doing this wrong?
For your specific case, it’s got to do with List Levels - if you simply flatten the output of your + and - nodes it will work well. However, if you need to keep the List Structure, you can do the following:
I’m still a beginner regarding code block design scripts. I was already happy that I managed it so far but I will read more about the page you mentioned
You could also use lowercheck[0] and uppercheck[0] to get the first item from your lists, because your upper and lower check values are not just values, but a list with a single value in it.
Have explored T-Splines a bit, not always with DS.
3D Printed T-Spline Chair in Dynamo Challenge 04, the Snow Flake Challenge and at other old posts like this
Will look into it some more though. Thanks for the suggestion
What’s coming in a not-too-distant release (After 3.0) will be Extended Node Help for every single TSplines node and also a graduation out of Experimental (Finally!).