Search found 9 matches
- Tue Feb 13, 2018 6:10 am
- Forum: Customization
- Topic: Problem when updating the data tree
- Replies: 6
- Views: 8036
Re: Problem when updating the data tree
I wasn't thought about this solution. It seems good!. So, this will be like I'm working on the same project all the time... You're right. I'll try and post it if this works! Hi Guillermo, Maybe, when creating a new geometry, instead of invoke a new model with GiD_Process Mescape Files New escape tha...
- Tue Feb 13, 2018 5:59 am
- Forum: Customization
- Topic: Save nodal results (from a cut) to a list in TCL.
- Replies: 3
- Views: 7505
Re: Save nodal results (from a cut) to a list in TCL.
Your answer is what a was looking for! I'll try the '-post' flag in my code and will post if this works for me. About the 'ListResult'... I didn't realize that it was a macro! I just saw it. Actually what I wanted to get are the results (in a list to process them), not the window, but if I cannot ex...
- Fri Feb 09, 2018 4:40 pm
- Forum: Customization
- Topic: Problem when updating the data tree
- Replies: 6
- Views: 8036
Re: Problem when updating the data tree
Yes, I was afraid of that.... but it's good to know that. Thank you so much for your quick response. Dear Guillermo. It seems that this is the cause of the problem. The command 'GiD_Process Mescape Files New escape' calls the InitGIDProject event automatically, and therefore the procedure gid_groups...
- Fri Feb 09, 2018 3:13 am
- Forum: Customization
- Topic: Save nodal results (from a cut) to a list in TCL.
- Replies: 3
- Views: 7505
Save nodal results (from a cut) to a list in TCL.
Hello GiD Community! I'm trying to save the nodal results from the postprocess to a list in TCL. In the resulting model of the analysis, I made a cut (CutPlane) where I need to know the coordinates, displacements, etc. The cuts look like two square rings (yellow and red, one under another): https://...
- Fri Feb 09, 2018 2:13 am
- Forum: Customization
- Topic: Problem when updating the data tree
- Replies: 6
- Views: 8036
Re: Problem when updating the data tree
Hello! Thank you compass! I have several .tcl files to create certain geometries. At the end of that code, I save the created geometry and I make a new GiD file (GiD_Process Mescape Files SaveAs... GiD_Process Mescape Files New escape). This happens each time those .tcl routines executes. Once all g...
- Wed Jan 10, 2018 8:58 pm
- Forum: Customization
- Topic: Problem when updating the data tree
- Replies: 6
- Views: 8036
Problem when updating the data tree
Hello again! As the title reads, i have a problem with the data tree. I have a XML file where i store some input data. The user needs to select some data from a combo box, but there are some default values in there which are defined in the .spd file (e.g. cSection, bSection, bLength, etc). Once I ha...
- Wed Sep 06, 2017 10:12 pm
- Forum: Customization
- Topic: Model generation in separate files
- Replies: 4
- Views: 6122
Re: Model generation in separate files
You can automatize tasks without user intervention e.g. to do the same that manually from the menu: Files->Import->Insert GiD model must do it with the GiD_Process Tcl command GiD_Process Mescape Files InsertGeom $filename.gid escape Information of groups (entities associated to a group name) is al...
- Mon Sep 04, 2017 10:38 pm
- Forum: Customization
- Topic: Model generation in separate files
- Replies: 4
- Views: 6122
Re: Model generation in separate files
You can add a model to another previous model with Files->Import->Insert GiD model (entities of the second model are renumbered, avoiding repeat identifiers) Thank you for answering! But there is a problem. What i'm trying to do is to generate automatically those models and I was looking for a solu...
- Tue Aug 29, 2017 6:52 pm
- Forum: Customization
- Topic: Model generation in separate files
- Replies: 4
- Views: 6122
Model generation in separate files
Hello everyone! I am currently working on a parametric model generation project. Specifically in steel connections. To do this, I made a problem type that generates these models from a database (.xml) which contains the geometric properties (width, height, thickness, etc.) of the elements of the con...