Hi everyone,
In my problem type I use a condition that I assign automatically
before meshing and I would like not to show it in the “Condition”
menu.
Is there any way to get rid of that submenu item, in the
InitGiDProject Tcl routine?
Thanks in advance
Regards
Andrea Calaon
Ashurst Lodge, Ashurst
Southampton, Hampshire
SO40 7AA, UK
Tel. office: +44 23 80 293 223
Fax office: +44 23 80 292 853
Mobile: +44 7766 488 225
WIT Press on the web - Now with eLIBRARY:
http://www.witpress.com
E-mail: andrea at beasy.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20030606/892c622c/attachment.htm
[GiDlist] Automatic condition not displayed
Moderator: GiD Team
[GiDlist] Automatic condition not displayed
If your problemtype user not need to open the condition windows, can remove the Conditions menu using
GidChangeDataLabel "Conditions" ""
proc InitGIDProject { dir } {
GidChangeDataLabel "Conditions" ""
}
Enrique Escolano
----- Original Message -----
From: Andrea Calaon
To: gidlist at gatxan.cimne.upc.es
Sent: Friday, June 06, 2003 10:49 AM
Subject: [GiDlist] Automatic condition not displayed
Hi everyone,
In my problem type I use a condition that I assign automatically before meshing and I would like not to show it in the "Condition" menu.
Is there any way to get rid of that submenu item, in the InitGiDProject Tcl routine?
Thanks in advance
Regards
Andrea Calaon
Ashurst Lodge, Ashurst
Southampton, Hampshire
SO40 7AA, UK
Tel. office: +44 23 80 293 223
Fax office: +44 23 80 292 853
Mobile: +44 7766 488 225
WIT Press on the web - Now with eLIBRARY:
http://www.witpress.com
E-mail: andrea at beasy.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20030623/e4d68931/attachment.htm
GidChangeDataLabel "Conditions" ""
proc InitGIDProject { dir } {
GidChangeDataLabel "Conditions" ""
}
Enrique Escolano
----- Original Message -----
From: Andrea Calaon
To: gidlist at gatxan.cimne.upc.es
Sent: Friday, June 06, 2003 10:49 AM
Subject: [GiDlist] Automatic condition not displayed
Hi everyone,
In my problem type I use a condition that I assign automatically before meshing and I would like not to show it in the "Condition" menu.
Is there any way to get rid of that submenu item, in the InitGiDProject Tcl routine?
Thanks in advance
Regards
Andrea Calaon
Ashurst Lodge, Ashurst
Southampton, Hampshire
SO40 7AA, UK
Tel. office: +44 23 80 293 223
Fax office: +44 23 80 292 853
Mobile: +44 7766 488 225
WIT Press on the web - Now with eLIBRARY:
http://www.witpress.com
E-mail: andrea at beasy.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20030623/e4d68931/attachment.htm