.OpenModelica.Scripting.copyClass

Copies a class within the same level.

Interface

function copyClass
  input TypeName className "the class that should be copied";
  input String newClassName "the name for new class";
  input TypeName withIn = $Code(__OpenModelica_TopLevel) "the within path for new class";
  output Boolean result;
end copyClass;

Generated at 2025-05-10T18:20:09Z by OpenModelicaOpenModelica 1.25.0 using GenerateDoc.mos