🎉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 define local coordinate system and assign that system to node using python in hypermesh 2025?

User: "vishnuuualtair"
Altair Community Member

I have written code to create system in the model. But the system is created randomly in the space. I want to define system according to user defined specific nodes (origin node, xaxis node, plane node).

And also how to know what are the methods available for an object and what are the default parameters available for a function?

code:

def run():
model = hm.Model()
sys = ent.System(model)
run()

Regards

Vishnu

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "Michal Stefuca"
    Altair Employee
    Updated by Michal Stefuca

    Hi @vishnuuualtair

    You can use model.systemcreate3nodes:

    image.png image.png

    The full Python API documentation describing all the functions will be available in the coming releases.

    Thanks,
    Michal

    Automation & Customization