🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Predefined userprofile

User: "Altair Forum User"
Altair Employee
Updated by Altair Forum User

Hello there,

 

I'm currently dealing with an issue regarding userprofiles window which appears directly after start of program Hypermesh (version 2017.2). 

When I predefine i.e. 'Optistruct' as a solver and deselect 'Always show on start-up', this choice is not saved. When I close and re-run the HM, the same window will appear.

Is there an *.tcl script where I can predefine: default option Optistruct plus do not show this window again, please? Where are these user-predefined options stored?

Do I need rights for full control somewhere?

 

I've spend more than few hours on this topic, went through userprofiles.tcl, UserProfilesDialog.tcl, userprofilesmanager.tcl.

 

Any hint is more than welcome. Thank you in advance.

 

<?xml version="1.0" encoding="UTF-8"?>userprofiles.PNG

Find more posts tagged with

Sort by:
1 - 4 of 41
    User: "vipin_22401"
    Altair Community Member
    Updated by vipin_22401

    Usually it works. Try deleting hmsettings,hmmenu files in your working directory(by default my documents)  and restart hm.

    User: "llyle_20499"
    New Altair Community Member
    Updated by llyle_20499

    Hi,

     

    Deleting those files usually helps, Or you can write a .bat files like below:

     

    'C:/Program Files/Altair/2017.3/hm/bin/win64/hmopengl.exe' -nouserprofiledialog -uOptiStruct

     

    Search HyperMesh Startup Options in Altair Connect or in Help doc for more info. 

    User: "QuyNguyenDai"
    Altair Community Member
    Updated by QuyNguyenDai

    Hi,

     

    Deleting those files usually helps, Or you can write a .bat files like below:

     

    'C:/Program Files/Altair/2017.3/hw/bin/win64/hmopengl.exe' -nouserprofiledialog -uOptiStruct

     

    Search HyperMesh Startup Options in Altair Connect or in Help doc for more info. 

     

    Normally, the executable 'hmopengl.exe' is in ../hm/... not ../hw/..

    User: "Altair Forum User"
    Altair Employee
    OP
    Updated by Altair Forum User

    Thank you guys very much. Adding ' -nouserprofiledialog -uOptiStruct' to the executable path helped. Deleting hmsettings,hmmenu is not possible due to limited rights for the Altair folder.