Our plugin provides support for 11 different filetypes for various CNC / machine formats.
So far this all happens with our own GUI.
I would like to expose these filetypes to the Rhino Open / Import lists.
To do this i understand i need to create 11 classes which descend from FileImportPlugIn.
However i see that there is a restriction on there being only 1 class descending from Plugin in each Plugin.
Does that mean i need to create 11 new dll’s which can live in the same Plugin or 11 new plugins which the user would have to install indivdually?
That’s interesting, would i need to change the type of my main plugin to being a FileImportPlugIn rather than just PlugIn - does that have any other implications?