MMpy.BlockModel.close

Syntax

blockmodel.close()

Description

Close a Micromine block model file.

Notes

Closing the file is automatically done when the no more Python object references are available. This is provided so that you may close an opened file in order to open a new one.

Examples

blockmodel = MMpy.BlockModel()
blockmodel.open(...)
...
blockmodel.close()

Resource ID

IDPH_BM_CLOSE