Load .pch file and generate graph

User: "Vikas Kumar_22189"
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. 

Find more posts tagged with

Sort by:
1 - 3 of 31
    User: "Vikas Kumar_22189"
    Altair Community Member
    OP
    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. 

    Just help me how to load .pch file using tcl\tk scripting.  which api i should use.

    User: "tinh"
    Altair Community Member
    Updated by tinh

    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

    User: "Vikas Kumar_22189"
    Altair Community Member
    OP
    Updated 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.