File Information
Script File - 3
(Block > Manipulation > Execute Script option)
* Script for assigning character ore types
oretype = 0
if (copper gt 0.5) then
if (au lt 2.0) then
oretype = 1.0
else
oretype = 2.0
endif
else
if (au lt 2.0) then
if (topography eqs "oxide") then
oretype = 4.0
else
oretype = 3.0
endif
else
if (topograhy eqs "oxide") then
oretype = 6.0
else
oretype = 5.0
endif
endif
Was this page helpful?