Search the Community
Showing results for tags 'python'.
The search index is currently processing. Current results may not be complete.
Found 3 results
-
hello to everyone, i am trying to make a code to extract point from multiple frames and translate these to x,y,z coordinates. the first thing that i tried is to use the connect window and then use as input file my python code and as input geometry my multiple frames but it doesn't work. does anyone have any tips for me?
-
Dear all, I am trying to connect CAESES to python code via Software connector. The example is to optimize a can. I already checked the tutorial of connecting to an external software. I followed the tutorial step by step. However, after I put the executable file for python, it just showing pending but no results, then the CAESES will crash or I have to cancel the run manunally to stop it. I don't know what is the problem, so any advice will help. Thanks a lot in advance. PS: Path for the executable file: C:/Users/fengy/AppData/Local/Programs/Python/Python310/python.exe Here is the screenshot of my software connector. Can_test.cdbc logout.txt optcan.py
-
Hi, I would like to know whether it is possible to execute python script directly within a feature definition. I don't want to use software connector option because python script should be executed in an if-else statement. If the condition doesn't meet the requirements, python script will not be executed. Thank you very much in advance.