Index: doc/next-migration.html =================================================================== diff -u -rb3018d3be0f1524a3f1709edc0e2ddb5d8bc4c0b -re81c69e53c56a298227bc9e349ff6918d03ef94a --- doc/next-migration.html (.../next-migration.html) (revision b3018d3be0f1524a3f1709edc0e2ddb5d8bc4c0b) +++ doc/next-migration.html (.../next-migration.html) (revision e81c69e53c56a298227bc9e349ff6918d03ef94a) @@ -5923,7 +5923,7 @@ Bar b1
-

4.2.3. Ignored Parameter definitions

+

4.2.3. Changing classes and superclasses

NX does not define the methods class and superclass but allows to alter the class/superclass via configure. The class and superclass can be certainly queried in all variants with info class or info superclass.

@@ -5942,8 +5942,11 @@ nx::Class create Foo Foo create f1 -# now oalter the class of object f1 -f1 configure -class nx::Object
+# now alter the class of object f1 +f1 configure -class nx::Object + +# alternate approach via Next Scripting Framework +::nsf::relation f1 class ::nx::Object
@@ -6018,7 +6021,7 @@