The string within the CubicModel constructor is the location of the CubicModel you've created.
For example, if you've created a CubicModel in the Models folder called 'MyModel' you'd write:
let cubicModel = new Sup.CubicModel("Models/MyModel");