Hello all,
i have a list with points. I want to change the z value of the points when its less then -300 to -300. So is the value is -600 it should be -300.
is there a smart way to do this?
jean
January 19, 2017, 1:50pm
2
Dynamo RemapRange node
Here, for you to get more understanding …
Eg, Z values greater than 10 , i want 10.
hi Jean,
i am very new to this, so what do you mean by that? Is it an package?
If you’re not afraid of some design scripting you can do something like this:
What about the ReplaceByCondition node?
Afraid? haha yes a little bit… but i like to learn! This is exactly what i am looking for. Thanks a lot
Hi Jean,
I have the same issue but more complicated.
the condition is : if item value less than 125 AND greater than 1 then replace with 125,
and if item value less than 250 AND greater than 125 then replace with 250 in the same list.and so on.
Thanks
jean
February 14, 2017, 2:05pm
10
Hey John, please try this
Thanks Jean for reply, but i didn’t got it clearly,
i need to continue the process to replace the item(X) which 250>X>125, with 250. in the same list (145 items).
jean
February 15, 2017, 8:07am
13
Hey john , please try again
OHHH Thankss Jostein, This is what i exactly want
Thanksss
Thankssss Jean, it’s working well now