I would like to export the internal forces of a result member to Excel.
This works quite well so far, but now I want to define the spacing of the output points, for example, outputting the results every 5 mm along the member length. Currently, the spacings depend on the length of the member and are not the same for all members.
Is this possible via the filter function or when retrieving the results?
the returned result data only contains what is calculated by RFEM 6. So, if you want to get results every 5 mm, you have to make sure that the member has a FE node every 5 mm. This can best be achieved by applying a line mesh refinement to the line underlying the member: LineMeshRefinement — Dlubal API documentation
Hello Clemens,
that is not enough for an output. The FE network nodes are created, but not output. Do I have to set this somewhere else?
I am helping myself now by increasing the "Mesh Settings > Members > Number of divisions for result diagram" for all bars. However, this does not quite achieve the desired effect of a defined uniform result output.
Best regards
Bert