Difference between revisions of "SelectObjects Command"

From GeoGebra Manual
Jump to: navigation, search
m (typo)
Line 8: Line 8:
 
:* Let ''A'', ''B'' and ''C'' be points. <code><nowiki>SelectObjects[A, B, C]</nowiki></code> selects points ''A'', ''B'' and ''C''.
 
:* Let ''A'', ''B'' and ''C'' be points. <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>}}
 
:* The command <code><nowiki>SelectObjects[Midpoint[A, B]]</nowiki></code> has no effect.</div>}}
 +
{{Note| This command now cancels any drag that is in progress (useful in scripts).}}

Revision as of 10:28, 17 December 2013



SelectObjects[ ]
Deselects all selected objects.
SelectObjects[ <Object>, <Object>, ... ]
Deselects all objects and selects objects passed as parameters. All parameters must be labeled objects.
Examples:
  • Let A, B and C be points. SelectObjects[A, B, C] selects points A, B and C.
  • The command SelectObjects[Midpoint[A, B]] has no effect.
Note: This command now cancels any drag that is in progress (useful in scripts).
© 2024 International GeoGebra Institute