hexagon logo

PCL; How to get result data title?

Hello!
 
How to get the data title string?
1
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.
 
Parents
  • Where to find "Result Title Editor"? I cannot get more "content" than the above from:
     
    INTEGER i_count
    STRING  sa_titles[128](1)
     
    res_data_get_titles( 0, "Nodal", "Scalar", i_count, sa_titles )
     
    dump i_count, sa_titles
     
    how to get out those names from the register?:
    Loadcase Name, Subcase Name, Primary Result Name, Secondary Result Name, Component (Derivation), Layer Name
     
     
Reply
  • Where to find "Result Title Editor"? I cannot get more "content" than the above from:
     
    INTEGER i_count
    STRING  sa_titles[128](1)
     
    res_data_get_titles( 0, "Nodal", "Scalar", i_count, sa_titles )
     
    dump i_count, sa_titles
     
    how to get out those names from the register?:
    Loadcase Name, Subcase Name, Primary Result Name, Secondary Result Name, Component (Derivation), Layer Name
     
     
Children
No Data