Closed damianbobrowski closed 11 months ago
Are there plans to include missing method inside RSTAB.exe or class will be removed? I am wondering shall I implement IdenticalNodes detection on my side?
I think Class is going to be removed as it is unfinished development. Low level function unite_nodes_and_supports could be used to delete identical nodes instead of this class. <x:Envelope xmlns:x="http://schemas.xmlsoap.org/soap/envelope/" xmlns:rfe="http://www.dlubal.com/rfem.xsd">
<x:Body>
<rfe:unite_nodes_and_supports>
<tolerance></tolerance>
</rfe:unite_nodes_and_supports>
</x:Body>
</x:Envelope>
Describe the bug RSTAB package offers
class ModelCheck()
which currently cannot be use with RSTAB as it depends on 'RstabModel.RstabModelPort.model_check__get_object_groups_operation` which seems to be missing.To Reproduce
Expected behavior ...
Screenshots ... Desktop (please complete the following information):
Additional context Are there plans to include missing method inside RSTAB.exe or class will be removed? I am wondering shall I implement
IdenticalNodes
detection on my side?