I am trying to write a script that;
finds volume of object.
then takes that volume that is in model units. (cubic millimetres for me)
converts cubic millimetres to cubic centimetres
takes cubic centimetres and multiplies by specific gravity of metal (925 silver most of the time). Though maybe a pull-down to choose if I need gold or other jewellery metals.
Then print out the weight.
I have started a basic script, but I get an error "can't multiply sequence by non-int of type 'float'".
Any suggestions,
Thanks in advance,
Randy


Reply With Quote
