Dialog driven Mass Calculator - a nice tool for jewelers
Download MassCalculator

 

  RhinoV3. A bit improved user interaction for the ScaleNU plus volume calculation and conversion handy tool for jewelry makers ...

 

 

Create a new button and put the following code into it:
!-Run "c:\ecncScaleNUv4.exe"
OR
!-RunScript (
Set objShell = CreateObject("WScript.Shell")
objShell.Run "c:\ecncScaleNUv4.exe" ' path
Set objShell = Nothing )