Module SDK Key Concepts
Overview and Key Concepts
The Module SDK can be used to customize the FlexSim interface and add objects to the FlexSim library.
It can also be used to connect to custom C++ code and libraries using DLLs.
Tutorials and Examples
Quick Start provides minimal information required to create a FlexSim module.
Module Development provides a walk-through on how to create a module and an associated DLL for FlexSim.
Example Module Class provides an example class that demonstrates the extension of the Processor class.