How to I create a part in Hypermesh Using python API.
If i dont give UID,
I dont want to give a UID
Hi @Prahas Nambiar
Part creation is not supported via the class constructor. We are considering enhancing this in the future.
Parts can be created via a dedicated function
model.ME_ModuleOccurrenceCreate(name="Part1", structural_type="part")
Thanks, Michal Stefuca
Automation & Customization
Thank You very much
Hi @Prahas Nambiar
Part creation is not supported via the class constructor. We are considering enhancing this in the future.
Parts can be created via a dedicated function
model.ME_ModuleOccurrenceCreate(name="Part1", structural_type="part")
Thanks,
Michal Stefuca
Automation & Customization
Thank You very much