Is there any example showing how to create a NURBS surface in RFEM 6 using the gRPC API?
I’m currently working on exporting surfaces from Rhino to RFEM. At this stage, I’d at least like to be able to track which RFEM surface corresponds to which Rhino surface, so I can sort them, assign thicknesses, and handle further attributes.
there is a nice feature in RFEM, you can export any existing model to a Python script. It does not export all objects currently, but you can always give it a try. So create a small test project with a nurbs surface, and then export this model to a py-file. There you should find the needed informations.