Hi there,
For loading/modelling reasons in the following programs, I’m trying to obtain an array/list with all SLN belonging to a given group, following definition of these elements in sofimshC.
Anyone knows how to do this?
Thanks in advance!! ![]()
ac
Hi,
You can do it by accessing the database.
Could you please share your model so I can try to find a solution?
Hi Omri, thanks for the repply,
here attached sample model:
2500213_TestModelForCDBAccessExample.dat (1.3 KB)
2500213_TestModelForCDBAccessExample_msh.dat (8.0 KB)
The idea here would be to alter sofimsh_C generated elements in the main teddy file, after definition. Thus, I would need the vector #sln_list to be automatically generated based on the sln found in group 5, for instance:
Many thanks in advance ![]()
cheers
ac
Hi, were you able to find a solution to your problem? I’m trying to do the same thing.
Thanks!
I’m not sure, if the SLN definitions are already in the database while running sofimshc. If not, you may need to use a second task to do this.
If you want to modify beam elements along SLNs, then it would be easier to do this directly on the beam elements themselves. They are numbered in ascending order within a group, so they can be found easily in the database.
Regards,
gmay
I want to perform a buckling resistance analysis and check all bars within a certain group. For example, all columns are in Group 2. In BDK Teddy, I would like to obtain the list of SLNs from Group 2, so that I can then perform the analysis of those structural lines.
Kind regards,
Paulo Soares
I think the easiest way would be to proceed through all SLNs in the database and check if the first beam element is in group 2.
Regards
gmay
Thank you very much for the suggestion!
I had already considered that, but my challenge is figuring out how to implement it in Teddy.
Do you have any suggestions?
Best regards,
Paulo Soares
