.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-07-25T18:21:05Z by OpenModelicaOpenModelica 1.25.1 using GenerateDoc.mos