Hi,
I’m not a FEM-design user, but rather a Grasshopper user trying to create a base model for a partner with a FEM-design license.
Is there a way to save a .str or .struxml file from Grasshopper without having a connection to an FEM-design instance?
Our API has plenty of method in his .dll.
I have created a custom c# component for you 
saveAsStruxml.gh (49.7 KB)
Note
You will most likely get an error when you load the script as you need to reference femdesign.core from your local file path which should look something similar to the following:
C:\Users\XXXX\AppData\Roaming\McNeel\Rhinoceros\packages\7.0
if you want to learn more about the c# topic, have a look at our blog post.
1 Like