Eng-Tips is the largest forum for Engineering Professionals on the Internet.

Members share and learn making Eng-Tips Forums the best source of engineering information on the Internet!

  • Congratulations JStephen on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Create Joint by Python 1

Status
Not open for further replies.

aliex

Materials
Joined
Jan 27, 2018
Messages
25
Location
DE
Hi,
During my work I have to manually create over 100 joints in Ansys Workbench because I work on large machines.
my question: is there any code (e.g. Python) that makes this strenuous work easier? [ponder]


Thank you
 
Hi,

you can automate the task using ACT (ANSYS customization tookit) for Mechanical.
There basically 2 ways:
1/ create python script and use it in ACT console
2/ create ACT extension with GUI (toolbars, custom object etc). It more time expensive but the result is user friendly

The answer is very general, as I do not know which type of joint you want to automate.

Regards,
Petr

Petr Vymlatil (
 
ACT is definitely the way to go. You can find a course on the basics on ANSYS website. You need a user account for this.
 
If you describe the problem in more detail, I can write some code which will you get started.
 
Thank you very much
it's really very nice of you.
it's about a tensioning station (it looks like on the picture), it's fixed between the lid and the sides of the station by bolts (marked red).
if you need more information, please let me know.

c8d7a6bec2_ln4f8q.jpg
 
Thank you very much
I tried that today and it worked out great.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top