Page 1 of 1

Capture setting

Posted: Tue Feb 17, 2015 10:20 am
by Diego
Hi

I am capturing images from GiD and I wonder if there is a way of removing the axis and the GiD logo. I have to put these images in a report and I would prefer that only appear the mesh without axis.

Thanks in advance.

Re: Capture setting

Posted: Tue Feb 17, 2015 11:44 am
by escolano
It is possible to hide them from the right buttons toolbar (that is hidden by default)
or directly writting the keywords in the lower command entry:

Code: Select all

Mescape View Hardcopy Options ShowAxes No escape
Mescape View Hardcopy Options PrintLogo No escape

Re: Capture setting

Posted: Wed Feb 18, 2015 10:10 am
by Diego
Thank you, but i am not be able to hide the axis with the keywords that you wrote (Mescape View Hardcopy Options ShowAxes No escape). On the other hand, the commands (Mescape View Hardcopy Options PrintLogo No escape) work very well for hiding the Gig logo.

Do you know how can I hide the axis in the images?

Thanks in advances

Re: Capture setting

Posted: Wed Feb 18, 2015 10:16 am
by anna
Which GiD version are you using?
Do you get any error in the command line?

Re: Capture setting

Posted: Wed Feb 18, 2015 11:32 am
by Diego
The GiD version is 11.0.1. The error message is "unknown command". It seems that the command "ShowAxes" is not available.

Re: Capture setting

Posted: Wed Feb 18, 2015 11:46 am
by anna
For old versions the correct command is:

Code: Select all

Mescape View Hardcopy Options _ShowAxes No escape

Re: Capture setting

Posted: Wed Feb 18, 2015 11:49 am
by Diego
Thank you very much! It works very well.