Ihor Mirzov

Results 31 comments of Ihor Mirzov

...and I do not know if this behavior could be changed. And I have no time to test it. Sorry. Try yourself.

"pip install ccx2paraview" already works. You have do nothing. Just use my tool in your code. See how: https://github.com/calculix/ccx2paraview#for-developers

Hi all, Regarding FRD-To-VTK Converter written on C#: it works only with text frd-files. Please, try also my converter, based on frd-parser written by Lukas Bante.This one works with binary...

It will not work. In the source code there is conversion dictionary: 'C1D2':'B31', # 2 node beam 'T3D2':'B31', # 2 node beam 'C1D3':'B32', # 3 node beam 'T3D3':'B32', # 3...

Dear Frederic, I've added you as a maintainer to this repo. Please, could you generate PYPI_TOKEN by yourself? I'm slightly busy those weeks. Let me know, if you need more...

PyPi token added to the repository.

Hi. Yep, this problem is my :) I mean it's being produced by the CAE. The problem occurs when CGX starts too slowly and CAE can not catch it's window's...

Hi! Do you know, that you can create a pull request and became a contributor to this project? In this case I'll be able to merge your changes with only...

Hi. From provided log I see that there is some problem between vtk library and python version you're using. Python 3.9 is quite old. Moreover I've never been using ccx2paraview...