Model.ExportAssemblyAndGlobalEntities#

Model.ExportAssemblyAndGlobalEntities(file_path)#

Exports part assembly and child data.

Parameters:

file_path (hwString) – The location to write to.

Example#

Export to “ C:/temp “#
import hm
import hm.entities as ent

model = hm.Model()

model.ExportAssemblyAndGlobalEntities(file_path="C:/temp")