Search found 9 matches

by fabiopf
Wed Nov 10, 2021 4:03 pm
Forum: Customization
Topic: From dialog to tree
Replies: 2
Views: 2976

Re: From dialog to tree

HI guys, I think I have a solution for this problem. I will use this dialogue to collect the user information and I will save the data to a file in the project folder. Then, I can merge this file with the one created using the data from the tree for calculation. I do not know if this is the best sol...
by fabiopf
Tue Oct 26, 2021 6:32 pm
Forum: Customization
Topic: From dialog to tree
Replies: 2
Views: 2976

From dialog to tree

Hi guys, I need to implement a way to store load combinations in the data tree using the new problem type. Combination cases in our solver comprise basically load cases and load factors. The input file is something like this: <COMBINATION_PARAMETERS> COMBINATION_NUMBER = 3 ; COMBINATION_TITLE = comb...
by fabiopf
Mon Sep 06, 2021 11:05 am
Forum: Customization
Topic: Images
Replies: 4
Views: 4108

Re: Images

Thanks guys, I will try this.
by fabiopf
Thu Aug 26, 2021 4:33 pm
Forum: Customization
Topic: Images
Replies: 4
Views: 4108

Re: Images

Hi Javi, Many thanks for your reply. I will have a look at the repository. Yes, I would appreciate if you could explain me how to launch my own windows that interact with the tree. This method seems to be a good alternative to implement the material database, in opposition to implement it as nodes o...
by fabiopf
Tue Aug 17, 2021 5:49 pm
Forum: Customization
Topic: Images
Replies: 4
Views: 4108

Images

Guys, In our classic problem type we have images to illustrate the meaning of the variables, as you can see in the image below. classic.PNG I am now rewriting our problem type using the new system (based in the CustomLIB library). I suppose it is not possible to add images to the tree, so what do yo...
by fabiopf
Mon Jul 05, 2021 6:33 pm
Forum: Customization
Topic: Hide/show data tree values
Replies: 1
Views: 2298

Hide/show data tree values

Hi Guys, I want to have additional field values for area, inertia, torsion constant, etc depending on the type of the element (TRUSS_2D, BEAM_2D, etc). How can I hide or show additional input values as the user changes the "Element" drop-down list? Some elements have over ten parameters, w...
by fabiopf
Mon Jun 21, 2021 7:36 pm
Forum: Customization
Topic: Difficulties implementing a problemtype using the customLib
Replies: 5
Views: 3996

Re: Difficulties implementing a problemtype using the customLib

Thanks guys for your help. Maybe I did not explain well what I meant with the sentence: The solver requires element’s connectivities numbered sequentially from 1 to 101 When I used the command WriteConnectivities, as the code below: set condition_name [list "parts_1d" "parts_2d...
by fabiopf
Wed Jun 09, 2021 6:50 pm
Forum: Customization
Topic: Difficulties implementing a problemtype using the customLib
Replies: 5
Views: 3996

Difficulties implementing a problemtype using the customLib

I am writing the problemtype for our solver using the new system (customLib). I have managed the implementation of the tree by reading the customisation manual and analysing the cmas2d_customlib.gid example provided by GiD. However, I still have a lot of basic questions that I could not find answers...