Export model to gltf format via API #63
Answered
by
uncracked-concrete
vitaly-novikov
asked this question in
Q&A
-
Is it possible to programmatically (via API) export a model in gltf (gltb) format in rfem 5.29? If not, is it possible in IFC format? |
Beta Was this translation helpful? Give feedback.
Answered by
uncracked-concrete
Oct 17, 2024
Replies: 1 comment
-
As per documentation of RFEM 5, it's not possible to export the model to any format (except saving it). |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
vitaly-novikov
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As per documentation of RFEM 5, it's not possible to export the model to any format (except saving it).
But as this is the repo of the RFEM 6 API: If you can use RFEM 6, there is a
export_to_ifc
function.