Difference between revisions of "SetTrace Command"

From GeoGebra Manual
Jump to: navigation, search
(command syntax: changed [ ] into ( ))
 
(8 intermediate revisions by 6 users not shown)
Line 1: Line 1:
<noinclude>{{Manual Page|version=4.2}}[[Category:Manual (official)|{{PAGENAME}}]]</noinclude>{{betamanual|version=4.2}}
+
<noinclude>{{Manual Page|version=5.0}}[[Category:Manual (official)|{{PAGENAME}}]]</noinclude>  
{{command|text}}
+
{{command|scripting}}
;SetTrace[ <Object>, <Boolean> ]
+
;SetTrace( <Object>, <true | false> )
 
:Turns [[Tracing]] on/off for the specified object.
 
:Turns [[Tracing]] on/off for the specified object.
:{{example|1=Create a point A, then type in <code>SetTrace[A,true]</code>. Select the [[Image:Tool Move.gif]] [[Move Tool]] and drag the point, to show its trace.}}
+
:{{example|1=Create a point A, then type in <code>SetTrace(A,true)</code>. Select the [[File:Mode move.svg|link=|22px]][[Move Tool]] and drag the point, to show its trace.}}
  
{{Note|1= Use [[ZoomIn Command|ZoomIn[1]]] to clear all traces.}}
+
{{Note|1= Use [[ZoomIn Command|ZoomIn(1)]] to clear all traces.}}

Latest revision as of 09:16, 12 October 2017


SetTrace( <Object>, <true | false> )
Turns Tracing on/off for the specified object.
Example: Create a point A, then type in SetTrace(A,true). Select the Mode move.svgMove Tool and drag the point, to show its trace.


Note: Use ZoomIn(1) to clear all traces.
© 2024 International GeoGebra Institute