Model.CE_CreateXMCFData#
- Model.CE_CreateXMCFData(collection)#
Adds seam weld connector and link data to an xml file in xMCF format.
- Parameters:
collection (Collection) – The collection containing the seam weld connector entities on which data for xMCF will be extracted.
Example#
Add seam weld data to xml file in xMCF format for seam connectors with IDs 101, 102, 103#import hm import hm.entities as ent model = hm.Model() model.CE_CreateXMCFData(collection=hm.Collection(model, ent.Connector, [101, 102, 103]))