ObjectsFEM, much simpler object creation

About the development of the FEM module/workbench.

Moderator: bernd

Post Reply
User avatar
bernd
Veteran
Posts: 12849
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

ObjectsFEM, much simpler object creation

Post by bernd »

I recently made some commit in the regard of object creation by python. From now this is done the following way.

Code: Select all

import ObjectsFEM
ObjectsFEM.makeSomeNiceFemObject(parameter)
All objects (including the C++) can be created this way. In addition if ObjectsFEM is imported you can browse the possible objects in python console. Hope this is useful.

bernd
Post Reply