Hi, I have a simply question. I want to do multiplication (or other arithmetic operation) as below.
Every path {0:?} I want to multiply by 2 and path {1:?} by 5.
Is it possible to do this without duplicating the date?
Multiplication.gh (9.9 KB)Hi, I have a simply question. I want to do multiplication (or other arithmetic operation) as below.
Every path {0:?} I want to multiply by 2 and path {1:?} by 5.
Is it possible to do this without duplicating the date?
Multiplication.gh (9.9 KB)Hi,
here is the solution with usin TrimTree, RenumberingPaths and PartitionList
Multiplication_1.gh (12.5 KB)
Edit: Renumbering paths was not necessary
thanks a lot, I like your solutions