get_objects_in_group# Modeler3D.get_objects_in_group(group: str) → list# Retrieve a list of objects belonging to a group. Parameters: groupstrName of the group. Returns: listList of objects belonging to the group. References >>> oEditor.GetObjectsInGroup Examples >>> from ansys.aedt.core.modeler.cad.primitives import GeometryModeler >>> obj = GeometryModeler() >>> obj.get_objects_in_group(group=1)