Hi, I would like to create a script whereby I use the volume provided by rhino times user defined density to output either to command line or none modal msgbox eg.
_selAll _volume
_-Runscript (Sub Weight
Dim Silver
Dim NineYellow
Dim NineWhite
Dim EighteenYellow
Dim EighteenWhite
Dim Platinum
Silver=0.0105
NineYellow=0.012
NineWhite=0.014
EighteenYellow=0.0155
Eighte…