Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng 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

Back
Top