Model.hm_exportentitydefaults#
- Model.hm_exportentitydefaults()#
Exports the entity default setting values, mandatory values, show/hide values, and so on, to the file EntityDefaults.xml, located in the current working directory:
…<currentWorkingDirectory>HyperWorksDefaultsEntityDefaults.xml.
- Returns:
hwReturnStatus- Status object
Example#
Export the entity default values currently defined in the Entity Defaults dialog#import hm import hm.entities as ent model = hm.Model() model.hm_exportentitydefaults()