Translations:Scripted objects migration/24/en

From FreeCAD Documentation
  • This is the simplest method that just requires redirecting an old class to a new class.
  • Old properties are conserved as long as the new class doesn't override them.
  • This is good if the old class and the new class have the same properties (handle the same type of data) but only their module or class name is different.