Model.from_cfm
- static Model.from_cfm(path: str) Model [source]
Imports a Problem object from an .cfm file through Pickle.
- Parameters:
path (str) – Complete path of the file. (for example ‘C:/temp/model.cfm’)
- Returns:
compas_fea2.model.Model
– The imported model.