Model.readqiviewsettings#

Model.readqiviewsettings(file)#

This function is related to the element quality view mode. It loads settings from a text file created by Model.writeqiviewsettings(), and resets the current settings used in this view mode.

Parameters:

file (hwString) – The full name and path of the file to load containing the QI view settings.

Example#

Load the current settings from the file “ C:/settings / qiview.txt “#
import hm
import hm.entities as ent

model = hm.Model()

model.readqiviewsettings(file="C:/settings/qiview.txt")