How to see mesh in analyst mode Answered

Hello, 

I am using OnScale with Analyst mode, and I use "preview" option to check my model. 

I used the below code to plot mesh but it does not work at the "preview" option. 

Is there any way to see the mesh that I set in Analyst mode? 

Thanks,

Jinho

 

< Code that I used to plot mesh> 

grph 

  line on 

  plot matr 

end 

 

4 comments

  • Official comment

    Hi Jinho,

    Remember to add a term command after the end command so the code pauses the execution. Otherwise the preview will only briefly flash on the screen.

    Best Regards,

    Chloe

    Comment actions Permalink
  • Hi Chloe, 

    I used 'TERM command as you said (after [grph- ... - end] ) but the mesh does not appear.

    c.f.) My OnScale version is 1.30.11.

    Thanks 

    Jinho 

    Comment actions Permalink
  • Hi Chole,

    I still have trouble viewing MESH in 'Preview Model".

    I can see MESH in PZFlex(Old version of Onscale) but cannot see MESH in Onscale. 

    'TERM' command was used in my code but I only can see my model without MESH. 

    So, I want to get support for this issue.

    Thanks 

    Jinho

    Comment actions Permalink
  • Hi Jinho,

     

    In OnScale you need to use the old standard graphics to view the mesh. For example:

    grph

     type stnd

     line on

     plot matr

    end

    term

    Best Regards,

    Chloe

    Comment actions Permalink

Please sign in to leave a comment.

Didn't find what you were looking for?

New post