Load .pch file and generate graph
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.
Answers
-
Altair Forum User said:
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.
Just help me how to load .pch file using tcl\tk scripting. which api i should use.
0 -
Hi,
enter reference guide of hyperwork desktop
>>Programming with tcl/tk commands
>>tcl/tk commands
>>hyperworks desktop
>>hypergraph 2d
>>pltlBuildPlotsCtrl Class
there is an example using method 'SelectDataFile' to load file for hypergraph
0 -
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.
0