How to remove the output file path which appears in HV window ?
Sort by:
1 - 8 of
81


Updated by Altair Forum User


Updated by Altair Forum User


Updated by Altair Forum User
Also how to remove the 'Model info :File path ' from Hypermesh window ? ( i don't find any similiar options in preferences / settings )


Updated by Altair Forum User
Hi,
In the Results browser (left side of your HyperView screen)>> expand notes>> you will see Model Info with a text bubble icon. Click on the text bubble icon to turn off model info.


Updated by Altair Forum User
Sir i got it. Also I want to remove ' Model info :File path ' from Hypermesh window.


Updated by Altair Forum User
Hi,
Sorry for my confusion. I thought it was for HyperView. I apologies.
You can hide Model Info in HyperMesh as in HyperView.
in Model browser>> expand Title>> and click on the text bubble next to Model Info.
Hello,
what do you mean exactly?
If you wish to remove the path name at the model info notes, then replace the following lines:
Model info: {window.modelfilename}
with
Model info: {window.shortmodelfilename}
Result: {window.resultfilename}
with
Result: {window.shortresultfilename}
Best regards,
Mario