RotationAction

RotationAction

is an option for three-dimensional graphics functions that specifies how to render 3D objects when they are interactively rotated.

Details

  • Typical possible settings for RotationAction include:
  • "Clip"allow clipping, and do not refit after rotation
    "Fit"fit exactly after rotation
  • With the default setting RotationAction->"Fit", 3D graphics are rescaled to fit in their image region at the end of every interactive rotation action. This will typically make the graphics appear to jump slightly when the mouse is released.
  • With RotationAction->"Clip", 3D graphics are not rescaled at the end of a rotation action, so they may be clipped or leave extra space, but will not appear to jump.
  • RotationAction can be set globally in the Preferences dialog.

Examples

Basic Examples  (2)

3D graphics by default resize and move to fit when they are interactively rotated:

Create a plot that clips when rotated, and does not resize to fit:

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

Text

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

CMS

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

APA

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

BibTeX

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

BibLaTeX

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