Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

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

Recent content by LaMachine44

  1. LaMachine44

    IronPython and FEMAP

    The solution : ' ---- IronPython with FEMAP ---- ' from System.Runtime.InteropServices import Marshal app = Marshal.GetActiveObject("femap.model") app.feAppMessage(0,"Hello world !") 'Print a message on femap
  2. LaMachine44

    IronPython and FEMAP

    Hi, I need some help. I'm a "rookie" with IronPython. I need to communicate between Rhino/GrasHopper andFEMAP but I don't know how to connect to an instance of Femap. I just wrote a few line to add femap.dll into my Ironpython script. Can you help me ??? import sys import clr...

Part and Inventory Search