Search the Community
Showing results for tags 'window'.
Found 5 results
-
simlab Simlab window not closing in batch mode
vipin posted a topic in HyperWorks Scripts & Customization
Hi all, I am running a script in simlab using batch mode but after the operation is completed, simlab automatically opens up the graphical window. Everytime i need to close it manually after execution. I am using simlab 2017. This is my .bat file content >> SET CAE_HOME="C:/Program Files/Altair/2017/SimLab2017" SET PROJECT_DIR="D:/vipin" %CAE_HOME%\SimLab.bat -auto %PROJECT_DIR%\createMesh.py –nographics what could be the reason? -
カーブに窓関数(例:ハニング窓)をかけるには、 ◎x= p1w1c1.x (元のカーブの横軸) ◎y= Hanning(p1w1c1.y) (ハニング窓関数(元カーブの縦軸)) と設定します。
-
How do I delete a model that's loaded in one of the hyperview windows? Under the 'Session' tab on the left there is an option to delete a page, but I'm unable to unload/delete one single model that's already open in one of the windows.
-
hello everyone I have created a window using hwt::CreateWindow win I have added only one row now to reduce size of Quote. Number of rows in actual script are in loop so my number of rows sometimes exceeds 100. So I need scroll to window. So how can I add scroll to it And I seardched for hwt::CreateWindow win help for all pther commands help is easily available in HM help but I didnt find any help related to these commands, So anybody direct me to proper help for hwt commands and specifically hwt::CreateWindow win