Hello! I would like Patran to automaticaly adjust FEM viewing (by rotation and view fit) to show max Von Mises. Is there already PCL function which does the job?
Hello!
I am trying to write a script for results derivation and I have a problem with the first argument of function:
res_db_create_subcase_c( 2, "Demo", res_create_demo_scid, res_create_demo_rcid )
How to find the correct value?…
Hello!
I am trying to execute Patran Random through PCL but I have a problem with 6th input parameter - an array with some integer: [3152] :
random_randps_input.create_randps_file( out_rnd_name, 1, fresp_case_id_buf, fresp_case_id_buf…
Hello!
I am trying to write a function which will skin solid elements by group using undocumented jd_create_elem_skin() . It looks like jd_create_elem_skin() takes as input:
element IDs, face IDs, number of elements and some boolean. I tried…
Hi!
I am trying to run Patran Random through PCL but I have a problem with ASD input:
random_randps_input.create_randps_file( "sx.rnd", 1, [1], [1], [1.], [0.], [ 3002 ], FALSE, ["log"], ["log"] )
3002 - looks like ID of ASD profile…
Hello!
I am using text_write() to write results to a file but it has line length limited to 197 chars. Is it possible to override this and write longer string in a single line? Maybe there is other function which can do this?
Hello!
How to get the data title string?
Is there a function "get_res_data_title"? The ideal solution would be to have each section of the title in a separate string variable.
Hello!
I am trying to write a function which will export current group to bdf. I tried to follow jou file produced during Patran export but it is difficult for me to find the essential input to pat3nas. Could you help to find out what is wrong with…
I am trying to sort node IDs by position. I created 2D REAL array where 1st column is node ID and second is position. Next I use mth_sort_column to sort by position column. However, it does not produce expected result. The first problem is that I cannot…
I use overridemessage to create a point on an already existing point like below:
ui_override_message(1000034, "YESTOALL")
I have this situation in my routine in several places and it Works well. The following is a part of the session…