What are the right libraries? #8
Unanswered
jakubholik90
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I am trying to vibe code some Models in RFEM6 by using Microsoft Co-Pilot.
In my prompt I have given an exemple of Python Code generated from existing RFEM6 model.
I referenced to this GitHub repo as an source code for generating of new code.
Now I see, that the libraries used here and in my exemplary code are very different.
Here there are lot of
RFEM.BasicObjects.*but in my example there is rather smth like
base_data.*Which one are the proper ones?
I get multiple warnings, that some libraries/modules are not found on my workstation.
I am using RFEM 6.10
All reactions