[GiDlist] Hiding Selected Conditions

Moderator: GiD Team

Post Reply
Shriram

[GiDlist] Hiding Selected Conditions

Post by Shriram »

Hi,



I internally assign certain conditions using the GiD_AssignData condition
command. This assignment is completely hidden from the user to reduce
complexity.



However, the condition has to be defined in the .cnd file which appears in
the boundary condition box for the user. I don't want it to appear
externally as I am handling it internally in TCL/TK customization.



Is there a way to hide few conditions in the "conditions" window? Or can I
create conditions and assign before writing input files in GiD so that they
don't appear in conditions window?



Thanks,





-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20101115/af5ede41/attachment.htm
User avatar
escolano
Posts: 1922
Joined: Sun Sep 05, 1982 10:51 pm

[GiDlist] Hiding Selected Conditions

Post by escolano »

You can classify conditions in different 'books' (simply adding to the .cnd some BOOK: bookname lines)

BOOK: Main

CONDITION
...

BOOK: Auxiliary

and then hide some book, like the 'Auxiliary' one with our Tcl command GiD_ShowBook (see GiD help on TclTk extension - Custom data windows - Data windows behavior

GiD_ShowBook conditions Auxiliary 0
GiDMenu::UpdateMenus

Enrique
----- Original Message -----
From: Shriram
To: gidlist at listas.cimne.upc.edu
Sent: Monday, November 15, 2010 11:57 PM
Subject: [GiDlist] Hiding Selected Conditions


Hi,



I internally assign certain conditions using the GiD_AssignData condition command. This assignment is completely hidden from the user to reduce complexity.



However, the condition has to be defined in the .cnd file which appears in the boundary condition box for the user. I don't want it to appear externally as I am handling it internally in TCL/TK customization.



Is there a way to hide few conditions in the "conditions" window? Or can I create conditions and assign before writing input files in GiD so that they don't appear in conditions window?



Thanks,







------------------------------------------------------------------------------


_______________________________________________
GiDlist mailing list
GiDlist at listas.cimne.upc.edu
http://listas.cimne.upc.edu/cgi-bin/mailman/listinfo/gidlist
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20101116/cc8b7317/attachment-0001.htm
Post Reply