How to call csharp from Ansys plugin(IRON PYHTON) .
karthik
Member Posts: 6
**
Is it possible to call c# from IRON Python plugin. If yes kindly share the details.
Tagged:
0
Answers
-
Hi Karthik,
you can compile your C# code in dlls and import them in IronPython using
clr
import clr clr.AddReference("Ansys.ACT.Core") import Ansys.ACT.Core
0 -
thanks @Ayush Kumar for the reply.
0