Copies a class within the same level
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;