delete# Plane.delete() → None# Delete the plane. References >>> oEditor.Delete Examples >>> from ansys.aedt.core.modeler.cad.elements_3d import Plane >>> obj = Plane() >>> obj.delete()