Delete Command
- Delete( <Object> )
-
Deletes the object and all its dependent objects.
Let P be a point, sli a slider, and seg=Segment(P, sli). The command Delete(sli)
deletes the slider sli and the segment seg, but doesn’t delete point P from the construction, since the point does not depend on the slider sli.
CAS Syntax
- Delete( <Object> )
-
Deletes the object and all its dependent objects in GeoGebra and removes any value assigned to the object in the CAS View.
Let P be a point, sli a slider, and seg=Segment(P,sli). The command Delete(sli)
deletes the slider sli and the segment seg, but doesn’t delete point P from the construction, since the point does not depend on the slider sli.
See also Delete tool. |