Difference between revisions of "SelectObjects Command"

From GeoGebra Manual
Jump to: navigation, search
m (added example)
Line 5: Line 5:
 
;SelectObjects[ <Object>, <Object>, ... ]
 
;SelectObjects[ <Object>, <Object>, ... ]
 
:Deselects all objects and selects objects passed as parameters. All parameters must be [[Labels and Captions|labeled]] objects (e.g. <code>SelectObjects[Midpoint[A, B]]</code> won't do anything).
 
:Deselects all objects and selects objects passed as parameters. All parameters must be [[Labels and Captions|labeled]] objects (e.g. <code>SelectObjects[Midpoint[A, B]]</code> won't do anything).
:{{example|1=<div>Let ''A'', ''B'' and ''C'' be points. </div><div><code><nowiki>SelectObjects[A, B, C]</nowiki></code> selects points ''A'', ''B'' and ''C''.</div>}}
+
:{{examples|1=<div>
 +
:* Let ''A'', ''B'' and ''C'' be poins. <code><nowiki>SelectObjects[A, B, C]</nowiki></code> selects points ''A'', ''B'' and ''C''.
 +
:* The command <code><nowiki>SelectObjects[Midpoint[A, B]]</nowiki></code> has no effect.</div>}}

Revision as of 09:35, 15 November 2013



SelectObjects[ ]
Deselects all selected objects.
SelectObjects[ <Object>, <Object>, ... ]
Deselects all objects and selects objects passed as parameters. All parameters must be labeled objects (e.g. SelectObjects[Midpoint[A, B]] won't do anything).
Examples:
  • Let A, B and C be poins. SelectObjects[A, B, C] selects points A, B and C.
  • The command SelectObjects[Midpoint[A, B]] has no effect.
© 2024 International GeoGebra Institute