How to do New Mechanical Analysis with python?

About the development of the FEM module/workbench.

Moderator: bernd

ickby
Veteran
Posts: 3116
Joined: Wed Oct 05, 2011 7:36 am

Re: How to do New Mechanical Analysis with python?

Post by ickby »

you can also create document objects headles. create the object as done in the macro, assign the properties, execute it and access the mesh via the peroperties. This may not be the most elegant way but should work.
crobar
Posts: 160
Joined: Fri Aug 29, 2014 1:26 pm

Re: How to do New Mechanical Analysis with python?

Post by crobar »

ickby wrote:you can also create document objects headles. create the object as done in the macro, assign the properties, execute it and access the mesh via the peroperties. This may not be the most elegant way but should work.

I'll try experimenting this way, thanks. I'll maybe report back on this thread, in case someone else finds it useful some day.
User avatar
bernd
Veteran
Posts: 12851
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

Re: How to do New Mechanical Analysis with python?

Post by bernd »

crobar wrote:... I'll maybe report back on this thread, in case someone else finds it useful some day.
Ohh that would for sure be great since documentation of FEM module is really rare.
Post Reply