separate_bodies# Modeler2D.separate_bodies(assignment: str | int | list | Object3d, create_group: bool = False) → list[Object3d] | bool# Separate bodies of the selection. Parameters: assignmentlist, strList of objects to separate. create_groupbool, optionalWhether to create a group. The default is False. Returns: ansys.aedt.core.modeler.cad.object_3d.Object3d or bool3D object. False when failed. References >>> oEditor.SeparateBody