Group Abstract Group Abstract

Message Boards Message Boards

0
|
4.4K Views
|
2 Replies
|
3 Total Likes
View groups...
Share
Share this post:

[?] Create Dialog Box of 3D Plot (Rotation)?

Posted 7 years ago

I'm currently working on creating a dialog box that holds a 3D plotted graph, and am wondering, is there anyway to have it rotate as it does in the mathematica notebook, instead of just a single frame of the plotted graph appearing in the dialog box? Any ideas? Not sure if it is possible, but would be interesting to see if there is a way to do this.

POSTED BY: Megan Lahm
2 Replies
DialogInput[
 Graphics3D[Cuboid[], SphericalRegion -> True, 
  BaseStyle -> {Deployed -> False, Selectable -> True}]] (*this line is the key*)

https://mathematica.stackexchange.com/q/72387/5478

POSTED BY: Kuba Podkalicki
Posted 7 years ago

Thank you! This works for me.

POSTED BY: Megan Lahm
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard