Hi everyone!
I would like to create parts based on relations and I would like to know if there is function to round down a number?
In example :
L1 = 10
L2 = 1.5
a = L1/L2 (= 6.6666)
Then I would like to declare another attribute equal to "a" rounded down.
Final_attribute = a (= 6)
Is...