Plugin Rhino.PlugIns.PlugIn.FileImportPlugIn or FileExportPlugIn

Hello!

I was wondering, how it is to supposed to setup, if one wants to use both the Import and Export functionalities of FileImportPlugIn and FileExportPlugIn, since i can only inherit and define one class for my plugin and i dont really want to create multiple plugins.

The only other solution i found, was to create a command, but I would love to integrate our file types into the typical import option.

Any hints on this?

Kind regards,
Ben

Hi @Benterich,

To support both, you’ll need two plug-ins. These can share a common library if needed.

– Dale

1 Like