The row codes used in these examples may not necessarily correspond with fields in your XPAC project. You will need to use row codes as setup in your Main database. |
To assign a Z value based on the level 4 (seam) position number which is less than or equal to forty:
400 - GetApil(4) * 10
To assign a Z value for the waste horizon:
M(mSeam_FloorRL) + M(mIS_Cl_Thk)
To assign a Z value based on a level 2 (bench) name such as RL260:
CStr(Right(GetRecNameAtLevel(2), 3))
Total Shovel Waste Thickness:
M(mROM_Wst_Bnch1)+M(mROM_Wst_Bnch2)+M(mROM_Wst_Bnch3)
Block Thickness:
M(mRL_Roof) - M(mRL_Floor)