Table of Contents

ExternalModule coming soon

https://bladednextgen.dnv.com/schema/0.4.1/common/ExternalModule.json

Not supported yet

A specialised External Module component. This is in the form of an external library (a dynamic link library on Windows, or a shared object on Linux). This acts as a component in the Bladed assembly, and creates multibody objects to attach to the previous component.

  • Filepath: string
  • Parameters: object

Properties

Filepath: stringcoming soon

The absolute filepath to the dynamic linked library (Windows) or the shared object (Linux).

Parameters: object, optionalcoming soon

JSON data that will be passed to the constructor of the external module.