Model.feoutputmergeincludefiles#

Model.feoutputmergeincludefiles(code)#

Exports selected includes which are merged into one file.

Parameters:

code (int) –

0 - should segregate entities into their respective files.

1 - should consolidate everything into one file.

Example#

Export all entities of the merged includes into one file.#
import hm
import hm.entities as ent

model = hm.Model()

model.feoutputmergeincludefiles(code=1)