Hi Members,
I am starting to learn Ironpython for customization of an existing CAE
software.
I have a basic question
I am referencing some assembly .dlls like below
clr.AddReference("System")
clr.AddReference("Ans.Utilities") , this is specific to software that I am
planning to customize.
the
Hello,
I have a piece of C# code which I would like to convert to Iron Python. This is
the C# line which I do not know who to convert:
object.GetVolume(indexInt, ItemAt.AtNo);
There is also a similar C# line with the following second paramater:
object.GetVolume2(indexInt, ItemAt.AtIndex);
T