Load .pch file and generate graph

Altair Community Member
Updated by Vikas Kumar_22189
Hi all,
I wants to create a script which can load .pch file by browsing the file and generate graph for the same for point and x,y,z trans using hypergraph 2D version 13.0.
Please help me as soon as possible.
Sort by:
1 - 3 of
31

Altair Community Member
OPUpdated by Vikas Kumar_22189
Hi tinh,
hwi GetSessionHandle sess;
sess GetClientManagerHandle mgr plot;
mgr GetBuildPlotsCtrlHandle build;
build SelectDataFile 'D:/Vikas/Backup/Input_Model/abc.pch' false;
This command is not generating graph i have gone throuh this.
thanks for your reply.
Just help me how to load .pch file using tcl\tk scripting. which api i should use.