intersect# Object3d.intersect(assignment: list[str] | list[Object3d], keep_originals: bool = False) → Object3d# Intersect the active object with a given list. Parameters: assignmentlistList of objects. keep_originalsbool, optionalWhether to keep the original object. The default is False. Returns: ansys.aedt.core.modeler.cad.object_3d.Object3dRetrieve the resulting 3D Object when succeeded. References >>> oEditor.Intersect