🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

How to Create a Part in Hypermesh using python api

User: "Prahas Nambiar"
Altair Community Member

How to I create a part in Hypermesh Using python API.

image.png

image.png

If i dont give UID,

image.png

I dont want to give a UID

Find more posts tagged with

Sort by:
1 - 1 of 11

    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

    User: "Prahas Nambiar"
    Altair Community Member
    OP

    Thank You very much