GraphicsGroup

GraphicsGroup[{g1,g2,}]

represents a collection of graphics objects grouped together for purposes of interactive selection in a notebook.

Details and Options

  • GraphicsGroup works with both two- and three-dimensional graphics.
  • A graphics group can typically be created by applying the Group item in the Graphics menu to a collection of selected graphics.
  • With the default setting ContentSelectable->Automatic, doubleclicking allows you to select an individual graphics object gi within the group.
  • With ContentSelectable->False, individual objects within the group cannot separately be selected, unless they are first explicitly ungrouped.
  • With ContentSelectable->True, objects within the group can be selected immediately with a single click.
  • GraphicsGroup always defines a level in the hierarchy of a graphics expression, so that for example goes to the next enclosing GraphicsGroup. »

Examples

open allclose all

Basic Examples  (1)

A group of primitives to be selected together:

Scope  (2)

Combine multiple primitives in groups:

Define the hierarchy within graphics:

Options  (3)

ContentSelectable  (3)

No individual object is selectable; the graphics group appears as one object:

Allow the individual objects in the graphics group to be selectable by a single click:

The first click selects the whole group, and subsequent clicks select individual objects:

Wolfram Research (2007), GraphicsGroup, Wolfram Language function, https://reference.wolfram.com/language/ref/GraphicsGroup.html.

Text

Wolfram Research (2007), GraphicsGroup, Wolfram Language function, https://reference.wolfram.com/language/ref/GraphicsGroup.html.

CMS

Wolfram Language. 2007. "GraphicsGroup." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/GraphicsGroup.html.

APA

Wolfram Language. (2007). GraphicsGroup. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/GraphicsGroup.html

BibTeX

@misc{reference.wolfram_2023_graphicsgroup, author="Wolfram Research", title="{GraphicsGroup}", year="2007", howpublished="\url{https://reference.wolfram.com/language/ref/GraphicsGroup.html}", note=[Accessed: 18-March-2024 ]}

BibLaTeX

@online{reference.wolfram_2023_graphicsgroup, organization={Wolfram Research}, title={GraphicsGroup}, year={2007}, url={https://reference.wolfram.com/language/ref/GraphicsGroup.html}, note=[Accessed: 18-March-2024 ]}