python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
plot results from user defined ACT Extension
As a result of my simulation, I want the volume of a surface body (computed using a convex hull algorithm). This calculation is done in seconds but the plotting of the results takes a long time, which...
Lara Deliège
Votes: 0
Answers: 1
Reset only one filter in Ironpython Spotfire
I may have a very simple question to answer, but I can't find it. I want to reset a single filter in Spotfire by using IronPython code, let's say the filter of column 'A' in filter scheme 'Z'. I don't...
AB123
Votes: 0
Answers: 1
Can this Iron Python 2.7 code be sped up?
I have implemented Gray-Scott reaction diffusion in Iron Python 2, mapping grayscale values between 0 and 1.
But since it only gets interesting from about 6400 steps, it takes a lot of time.
So can so...
zitrom42
Votes: 0
Answers: 0
User-defined result on Ansys using ACT: how to compute volume of last substep only?
I use an ACT defined result code that compute the volume of a surface body post deformation.
The volume is calculated using a convex hull function (in "scipy_Fun.py").
This code works well f...
Lara Deliège
Votes: 0
Answers: 2