In the Block Model step you will be prompted to load your block models .
...
from Surpac (.mdl), Vulcan (.bmf), MineSight (.dat) or Micromine and convert it to Alastri Block Model formal (which is .resmodel).
Within Alastri’s resmodel we can take multiple block models and convert them to a common structure, common framework, with same number of fields and same fields in terms of their names.
Within a single resmodel we can have multiple block models, what makes it a lot easier to store the information.
...
Note:
A reserve model is a collection of block models.
Each project loads a single ".resmodel" file at a time.
The New and Open buttons create and load reserve model files.
The Edit button is where block models may be added or removed from the reserve model.
...
Most block models contain a material type field, such as “MatType” or “IDProduct”.
If there is no material type field in the block model, see the Block Model Formulas section to write your own.
Be careful to use the text T(“material”) syntax so that the parcel is read as text, not as a number.
...