FEM: Keep result pipeline and only reload data. Fixes #20542

This commit is contained in:
Stefan Tröger
2025-08-17 19:52:09 +02:00
parent a8cd293d6a
commit 96ed82f0cf
5 changed files with 72 additions and 10 deletions

View File

@@ -61,6 +61,13 @@ class GroupExtension(DocumentObjectExtension):
"""
...
def getObjectsOfType(self, typename: str) -> List[Any]:
"""
Returns all object in the group of given type
@param typename The Freecad type identifier
"""
...
def hasObject(self, obj: Any, recursive: bool = False) -> bool:
"""
hasObject(obj, recursive=false)