Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

The importer class derives the IFileImporter interface so that it can be registered in the application plugin (see the next step).

Furthermore, the comments in the code should explain the different parts of the importer implementation.

Register the importer in the application plugin class

Register the importer in the application plugin by adding the following code to VolumeModelApplicationPlugin.cs:

...