Hello, I’m new to c# so bare with me! Im trying to export a file, and I have it working currently, but it asking me to input the parameters before exporting.
I need it to do this within the code. I know I need to set the options for ArchivableDictionary (I think) But I cant find any documentation on how this needs to be formatted. Any help would be appreciated!
Hi @Andre7,
I don’t have your direct answer but you may find this topic helpful:
https://developer.rhino3d.com/api/rhinocommon/rhino.fileio
more specifically STL write options here:
https://developer.rhino3d.com/api/rhinocommon/rhino.fileio.filestlwriteoptions
Apologies if you’ve already referenced that
1 Like