In the regard of openscad tool it is just a matter of implemented command activation. If a part object is added the command is not greyed and can be applied. It works than, but this is somehow cumbersome ...
a FreeCAD group object, especially the Arch spatial groups. They have groups in groups and Features in this groups and the python features are based on parts. sometimes a thousand or two thousand.
If I delete a group in the gui, I need to delete sometimes up to 5 times before all objects are really deleted. Is there a possibility to delete all group objects recursively?
Perhaps someone can help me with a piece of pythoncode to add an object to a draftlayer so that all the objects are ordened. draftobjects.layer.Layer.addObject(self, obj, child) What is the object 'child'? I could not figure that out. Draft_Layer a draft layer is just a FreeCAD group object, you ca...