Hi,
I could not open word document from below PCL commands. Please suggest.
sys_get_env ( "CAPA_PATH", exe_path)
exe_path = exe_path//"Help.docx"
cmd2 = "cmd //c " // exe_path
utl_process_spawn(cmd2, FALSE)
Welcome to the new MSC Communities Forum for PCL and Patran Customization. This post provides a short list of key PCL documentation available on MSC's SimCompanion website. Every PCL developer should have these documents at their fingertips. Most questions…
Hello,
what i am trying to do is report translation and Rotation forces into a single file so that i can then put them into excel.
i have been messing around with the PCL code but i can not figure out how to keep the translational…
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…
Hi,
I am importing the results using below PCL code and the file names remains same and value in the files are changed. But in the results case names are created as filename_1, filemane_2...Please suggest a method to get the latest case name…