Hello,
I would like to get the member's start and end node coordinates with node numbers in RFEM through RF-COM-5.
There is a good webinar video where a similar operation is explained in RSTAB8 [1].
In the example "StartNodeNo" and "EndNodeNo" parameters are used for Member class. Pretty straightforward.
However I am not able to get these parameters for my model. I don't know this is because of the RSTAB or the model interface...
At the moment my workaround is:
- Get LineNo of the Member
- Get Line with that LineNo
- Get NodeList of the Line
- Work with the NodeList to get NodeNo*
- Get Node with NodeNo
- Get X,Y,Z
* NodeList is a string consists of node numbers separated by commas. i.e. "1,2" or "105,106" or "101-105" or "101,102,104,105"
Is there a more straightforward way to do this?
Thanks in advance.
BR,
Burak
[1]: https://www.dlubal.com/en/support-an.../videos/001372
I would like to get the member's start and end node coordinates with node numbers in RFEM through RF-COM-5.
There is a good webinar video where a similar operation is explained in RSTAB8 [1].
In the example "StartNodeNo" and "EndNodeNo" parameters are used for Member class. Pretty straightforward.
However I am not able to get these parameters for my model. I don't know this is because of the RSTAB or the model interface...
At the moment my workaround is:
- Get LineNo of the Member
- Get Line with that LineNo
- Get NodeList of the Line
- Work with the NodeList to get NodeNo*
- Get Node with NodeNo
- Get X,Y,Z
* NodeList is a string consists of node numbers separated by commas. i.e. "1,2" or "105,106" or "101-105" or "101,102,104,105"
Is there a more straightforward way to do this?
Thanks in advance.
BR,
Burak
[1]: https://www.dlubal.com/en/support-an.../videos/001372
Kommentar