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