find_new_objects#

Modeler3D.find_new_objects() list#

Find any new objects in the modeler that were created by previous operations.

Returns:
dict

Dictionary of new objects.

Examples

>>> from ansys.aedt.core.modeler.cad.primitives import GeometryModeler
>>> obj = GeometryModeler()
>>> obj.find_new_objects()