.OpenModelica.Scripting.copyClass

Information

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 with in path for new class";
  output Boolean result;
end copyClass;

Generated at 2024-07-26T18:16:02Z by OpenModelicaOpenModelica 1.23.1 using GenerateDoc.mos