delete_all_points#
- Modeler3D.delete_all_points()#
Delete all points.
This method doesn’t rely on the PyAEDT object management and directly deletes all points in the modeler. This avoid issues with points created in AEDT which are renamed on the fly.
- Returns:
- bool
Truewhen successful,Falsewhen failed.
References
>>> oEditor.GetPoints >>> oEditor.Delete