In addition to the [i]Graphics Tools[/i], you may also use [i]Commands [/i]in order to create new objects. [br][br][u]Note[/u]: GeoGebra provides more [i]Commands [/i]than [i]Graphics Tools[/i] - therefore, not every [i]Command [/i]has a corresponding Graphics [i]Tool[/i]! However, every [i]Graphics Tool [/i]has a matching [i]Command.[/i]
[table][tr id=CheckCirclePoints][td]1.[/td][td][icon]/images/ggb/toolbar/mode_circle2.png[/icon][/td][td]Create a circle with center [i]A[/i] through point [i]B[/i] by using command [code]Circle(A, B)[/code].[/td][/tr][tr id=CheckCirclePointRadius][td]2.[/td][td][icon]/images/ggb/toolbar/mode_circlepointradius.png[/icon][/td][td]Create a circle with center [i]C[/i] and radius 1 by using the command [code]Circle(C, 1)[/code].[/td][/tr][tr id=CheckCircle3Points][td]3.[/td][td][icon]/images/ggb/toolbar/mode_circle3.png[/icon][/td][td]Create a circle through the three points [i]A[/i] , [i]B[/i] and [i]C[/i] by using the [i]Circle [/i]command aswell.[br][/td][/tr][tr id=CheckCircle3Points][td][/td][td][/td][td][u]Hint[/u]: Start entering the [i]Circle[/i] command and check the appearing list of syntax options to find out what you need to enter.[/td][/tr][/table]