In this video I go over a few mistakes I made when creating my first larger FreeCAD assembly, and give 3 tips to avoid making them yourself. Whether you're p...
#1 [Solved] Part Design Part missing “Origin” feature
#2 LocalCoordinateSystem “Origin” doesn’t contain feature with role “XZ_Plane”
When an Origin object has missing features
origin = App.ActiveDocument.addObject('App::Origin', 'Origin')
App.ActiveDocument.Part.Origin = origin #replace "Part" with the internal name of your Part.
Bug Fix Reminder
#1 [Solved] Part Design Part missing “Origin” feature
#2 LocalCoordinateSystem “Origin” doesn’t contain feature with role “XZ_Plane”
When an Origin object has missing features
origin = App.ActiveDocument.addObject('App::Origin', 'Origin') App.ActiveDocument.Part.Origin = origin #replace "Part" with the internal name of your Part.Source: https://forum.freecad.org/viewtopic.php?t=35311