Search found 12 matches

by barnacle
Fri Dec 16, 2016 12:15 pm
Forum: Customization
Topic: Interrupt Saving
Replies: 2
Views: 3111

Re: Interrupt Saving

That would be quite useful I think!
by barnacle
Tue Dec 13, 2016 4:55 pm
Forum: Customization
Topic: Interrupt Saving
Replies: 2
Views: 3111

Interrupt Saving

Hi there, I am having a case where I would like to ask the user whether or not he really wants to save the project and give the possibility to cancle the saving process. I tried using the function SaveGIDProject but it seems that I can't interrupt the saving process from here. Is there another way t...
by barnacle
Tue Nov 08, 2016 11:46 am
Forum: Other
Topic: Invoking GiD from the command line
Replies: 1
Views: 3246

Invoking GiD from the command line

Hi, I am trying to open GiD from the command line with a new project and want to specify the problem type that is loaded for the new project. As far as I see the -p option is responsible for that. However, I always get an error ("unknown command-> <name of problem type>" ) for whatever pro...
by barnacle
Thu Sep 10, 2015 9:13 am
Forum: Customization
Topic: Assigning matterials from AfterAssignMaterial
Replies: 1
Views: 4227

Assigning matterials from AfterAssignMaterial

Hello there, I tried to use the AfterAssignMaterial function to create a new material entry and assign it then. This might sound a little strange, but I would like to give the user the ability to define a material having some basic properties and leave some properties "variable". With &quo...
by barnacle
Mon Jun 08, 2015 9:03 am
Forum: Customization
Topic: Tkwidgets and field value updating
Replies: 1
Views: 3159

Tkwidgets and field value updating

Dear GiD-Team, I am using several Tkwidgets to process user input. Consider the following simple example .prb below: PROBLEM DATA TITLE: Something QUESTION: Some_Question VALUE: 0 TKWIDGET: Some_Widget END PROBLEM DATA Some_Widget only opens a tcl window showing the given Value: proc Some_Widget {ev...
by barnacle
Thu May 07, 2015 1:47 pm
Forum: Customization
Topic: Enabling and disabling options
Replies: 2
Views: 4137

Re: Enabling and disabling options

Thanks!

Helped a lot!

Greetings
by barnacle
Tue Apr 14, 2015 11:37 am
Forum: Customization
Topic: Enabling and disabling options
Replies: 2
Views: 4137

Enabling and disabling options

Dear GiD-Team, I have introduced two options to my problem type called "Generate" and "Simulate". The "Generate" option calls a Tcl-script that prepares my simulation (it does some rotations, creates several meshes and exports them). The Tcl-script then realoads the GiD...
by barnacle
Mon Apr 13, 2015 3:56 pm
Forum: Geometry
Topic: Problem with intersection
Replies: 2
Views: 3913

Re: Problem with intersection

Unfortunate.. However fyi I found a work around. I now check the number of surfaces inside the involved layers before and after the intersection. If the intersection fails due to not closed volumes additional surfaces are created. This way I can capture the error and redo the intersection with sligh...
by barnacle
Mon Apr 13, 2015 10:21 am
Forum: Geometry
Topic: Problem with intersection
Replies: 2
Views: 3913

Problem with intersection

Dear GiD-Team, I am having some problems with the intersection function. I am programming a TCl script that uses the intersect function. Unfortunately the intersect function is not very reliable. Sometimes after intersecting the two volumes involved are simply gone. This case is however easy to inte...
by barnacle
Thu Apr 09, 2015 4:22 pm
Forum: Customization
Topic: Removing Options
Replies: 3
Views: 4604

Re: Removing Options

That worked thank you (especially for the fast reply)! Threefollowup questions: 1. How to change the position of the line between "Calculate remote" and "Cancel Process"? Or better, how to create, erase and move such a line? 2. How to enable and disable the availability of an opt...