.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-11-20T19:25:51Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos