view is not fixed completely regardless of vewpointAutorotating 3D plotsBuilding a molecule viewer: aesthetic rotationsHow to make a 3D plot auto-rotate?View inside the roomConstant orientation of graphics in Graphics3DAlign ColorBar (axislabel) to be parallel to the y-axis for any view-angleChanging the Rotate behavior of a 3D graphicsA way to show all the 3D curve, with view still centered on 0, 0, 0Graph a cylinder moving in 3D

Defending Castle from Zombies

What was the point of "Substance"?

Federal Pacific 200a main panel problem with oversized 100a 2pole breaker

Why does this London Underground poster from 1924 have a Star of David atop a Christmas tree?

How to prevent a hosting company from accessing a VM's encryption keys?

What is the name of this plot that has rows with two connected dots?

Talk interpreter

Is the Amazon rainforest the "world's lungs"?

Is this password scheme legit?

Alternatives to Network Backup

How could a self contained organic body propel itself in space

Is a memoized pure function itself considered pure?

How do I insert two edge loops equally spaced from the edges?

Does trying to charm an uncharmable creature cost a spell slot?

Videos of surgery

What to do about my 1-month-old boy peeing through diapers?

How to say "I only speak one which is English." in French?

How to force GCC to assume that a floating-point expression is non-negative?

A first "Hangman" game in Python

Can a paladin prepare more spells if they didn't cast any the previous day?

Is Nikon d500 a good fit for nature and ambient-lighting portraits and occasional other uses?

Number of Fingers for a Math Oriented Race

How many petaflops does it take to land on the moon? What does Artemis need with an Aitken?

Can I take a boxed bicycle on a German train?



view is not fixed completely regardless of vewpoint


Autorotating 3D plotsBuilding a molecule viewer: aesthetic rotationsHow to make a 3D plot auto-rotate?View inside the roomConstant orientation of graphics in Graphics3DAlign ColorBar (axislabel) to be parallel to the y-axis for any view-angleChanging the Rotate behavior of a 3D graphicsA way to show all the 3D curve, with view still centered on 0, 0, 0Graph a cylinder moving in 3D






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








4












$begingroup$


If I run code



Graphics3D[Cuboid[], ViewPoint -> 1, 1, 1]



the output is



enter image description here



After rotating (by mouse click and drag) the output in some direction, and run the same code again



Graphics3D[Cuboid[], ViewPoint -> 1, 1, 1]



then the output becomes



enter image description here



Again, rotate the output in some direction, and run the same code



Graphics3D[Cuboid[], ViewPoint -> 1, 1, 1]



then the output becomes



enter image description here



I knew that with ViewPoint option, Mathematica tries to fix 'a kind of view property'. The code stated above, will not generate graphics like



enter image description here



But also I knew that it is not enough to fix the view completely, with ViewPoint option only.



How can I completely fix the view ? For example, How can I generate



enter image description here



from a certain code, with 100% assurance, regardless of the state (what I've done so far since starting mathematica program) of Mathematica ?










share|improve this question











$endgroup$









  • 1




    $begingroup$
    The FE is clever(ish) about how it handles stuff like this. If it sees a following Output cell with a Graphics expression it tries to preserve the options that expression currently has. That's what you're running into. Just delete the cell if it's an issue.
    $endgroup$
    – b3m2a1
    8 hours ago







  • 2




    $begingroup$
    try (1) setting an explicit value for ViewVertical and (2) adding the option PreserveImageOptions ->True. E.g., try if Graphics3D[Cuboid[], ViewPoint -> 1, 1, 1, ViewVertical -> -0.3, 0.6, 0.7, PreserveImageOptions -> True] works.
    $endgroup$
    – kglr
    8 hours ago






  • 1




    $begingroup$
    @b3m2a1 Too clever I'd say!
    $endgroup$
    – Chris K
    7 hours ago

















4












$begingroup$


If I run code



Graphics3D[Cuboid[], ViewPoint -> 1, 1, 1]



the output is



enter image description here



After rotating (by mouse click and drag) the output in some direction, and run the same code again



Graphics3D[Cuboid[], ViewPoint -> 1, 1, 1]



then the output becomes



enter image description here



Again, rotate the output in some direction, and run the same code



Graphics3D[Cuboid[], ViewPoint -> 1, 1, 1]



then the output becomes



enter image description here



I knew that with ViewPoint option, Mathematica tries to fix 'a kind of view property'. The code stated above, will not generate graphics like



enter image description here



But also I knew that it is not enough to fix the view completely, with ViewPoint option only.



How can I completely fix the view ? For example, How can I generate



enter image description here



from a certain code, with 100% assurance, regardless of the state (what I've done so far since starting mathematica program) of Mathematica ?










share|improve this question











$endgroup$









  • 1




    $begingroup$
    The FE is clever(ish) about how it handles stuff like this. If it sees a following Output cell with a Graphics expression it tries to preserve the options that expression currently has. That's what you're running into. Just delete the cell if it's an issue.
    $endgroup$
    – b3m2a1
    8 hours ago







  • 2




    $begingroup$
    try (1) setting an explicit value for ViewVertical and (2) adding the option PreserveImageOptions ->True. E.g., try if Graphics3D[Cuboid[], ViewPoint -> 1, 1, 1, ViewVertical -> -0.3, 0.6, 0.7, PreserveImageOptions -> True] works.
    $endgroup$
    – kglr
    8 hours ago






  • 1




    $begingroup$
    @b3m2a1 Too clever I'd say!
    $endgroup$
    – Chris K
    7 hours ago













4












4








4


1



$begingroup$


If I run code



Graphics3D[Cuboid[], ViewPoint -> 1, 1, 1]



the output is



enter image description here



After rotating (by mouse click and drag) the output in some direction, and run the same code again



Graphics3D[Cuboid[], ViewPoint -> 1, 1, 1]



then the output becomes



enter image description here



Again, rotate the output in some direction, and run the same code



Graphics3D[Cuboid[], ViewPoint -> 1, 1, 1]



then the output becomes



enter image description here



I knew that with ViewPoint option, Mathematica tries to fix 'a kind of view property'. The code stated above, will not generate graphics like



enter image description here



But also I knew that it is not enough to fix the view completely, with ViewPoint option only.



How can I completely fix the view ? For example, How can I generate



enter image description here



from a certain code, with 100% assurance, regardless of the state (what I've done so far since starting mathematica program) of Mathematica ?










share|improve this question











$endgroup$




If I run code



Graphics3D[Cuboid[], ViewPoint -> 1, 1, 1]



the output is



enter image description here



After rotating (by mouse click and drag) the output in some direction, and run the same code again



Graphics3D[Cuboid[], ViewPoint -> 1, 1, 1]



then the output becomes



enter image description here



Again, rotate the output in some direction, and run the same code



Graphics3D[Cuboid[], ViewPoint -> 1, 1, 1]



then the output becomes



enter image description here



I knew that with ViewPoint option, Mathematica tries to fix 'a kind of view property'. The code stated above, will not generate graphics like



enter image description here



But also I knew that it is not enough to fix the view completely, with ViewPoint option only.



How can I completely fix the view ? For example, How can I generate



enter image description here



from a certain code, with 100% assurance, regardless of the state (what I've done so far since starting mathematica program) of Mathematica ?







graphics3d






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 8 hours ago







imida k

















asked 8 hours ago









imida kimida k

683 bronze badges




683 bronze badges










  • 1




    $begingroup$
    The FE is clever(ish) about how it handles stuff like this. If it sees a following Output cell with a Graphics expression it tries to preserve the options that expression currently has. That's what you're running into. Just delete the cell if it's an issue.
    $endgroup$
    – b3m2a1
    8 hours ago







  • 2




    $begingroup$
    try (1) setting an explicit value for ViewVertical and (2) adding the option PreserveImageOptions ->True. E.g., try if Graphics3D[Cuboid[], ViewPoint -> 1, 1, 1, ViewVertical -> -0.3, 0.6, 0.7, PreserveImageOptions -> True] works.
    $endgroup$
    – kglr
    8 hours ago






  • 1




    $begingroup$
    @b3m2a1 Too clever I'd say!
    $endgroup$
    – Chris K
    7 hours ago












  • 1




    $begingroup$
    The FE is clever(ish) about how it handles stuff like this. If it sees a following Output cell with a Graphics expression it tries to preserve the options that expression currently has. That's what you're running into. Just delete the cell if it's an issue.
    $endgroup$
    – b3m2a1
    8 hours ago







  • 2




    $begingroup$
    try (1) setting an explicit value for ViewVertical and (2) adding the option PreserveImageOptions ->True. E.g., try if Graphics3D[Cuboid[], ViewPoint -> 1, 1, 1, ViewVertical -> -0.3, 0.6, 0.7, PreserveImageOptions -> True] works.
    $endgroup$
    – kglr
    8 hours ago






  • 1




    $begingroup$
    @b3m2a1 Too clever I'd say!
    $endgroup$
    – Chris K
    7 hours ago







1




1




$begingroup$
The FE is clever(ish) about how it handles stuff like this. If it sees a following Output cell with a Graphics expression it tries to preserve the options that expression currently has. That's what you're running into. Just delete the cell if it's an issue.
$endgroup$
– b3m2a1
8 hours ago





$begingroup$
The FE is clever(ish) about how it handles stuff like this. If it sees a following Output cell with a Graphics expression it tries to preserve the options that expression currently has. That's what you're running into. Just delete the cell if it's an issue.
$endgroup$
– b3m2a1
8 hours ago





2




2




$begingroup$
try (1) setting an explicit value for ViewVertical and (2) adding the option PreserveImageOptions ->True. E.g., try if Graphics3D[Cuboid[], ViewPoint -> 1, 1, 1, ViewVertical -> -0.3, 0.6, 0.7, PreserveImageOptions -> True] works.
$endgroup$
– kglr
8 hours ago




$begingroup$
try (1) setting an explicit value for ViewVertical and (2) adding the option PreserveImageOptions ->True. E.g., try if Graphics3D[Cuboid[], ViewPoint -> 1, 1, 1, ViewVertical -> -0.3, 0.6, 0.7, PreserveImageOptions -> True] works.
$endgroup$
– kglr
8 hours ago




1




1




$begingroup$
@b3m2a1 Too clever I'd say!
$endgroup$
– Chris K
7 hours ago




$begingroup$
@b3m2a1 Too clever I'd say!
$endgroup$
– Chris K
7 hours ago










2 Answers
2






active

oldest

votes


















3













$begingroup$

Set an explicit value for ViewPoint and for ViewVertical.



Add the option PreserveImageOptions -> True if you want to preserve other options (such as ImageSize) set interactively, PreserveImageOptions -> False if you want them to revert to the original values after interactive changes:



Graphics3D[Cuboid[], 
ViewPoint -> 1, 1, 1,
ViewVertical -> 0.5, 0, 1,
PreserveImageOptions -> True]


enter image description here



Graphics3D[Cuboid[], 
ViewPoint -> 1, 1, 1,
ViewVertical -> 0.5, 0, 1,
PreserveImageOptions -> False]


enter image description here






share|improve this answer











$endgroup$






















    0













    $begingroup$

    We can find the appropriate options from this input:



    Graphics3D[Cuboid[], ViewPoint -> 1, 1, 1] // AbsoluteOptions

    (*AlignmentPoint -> Center, AspectRatio -> Automatic,
    AutomaticImageSize -> False, Axes -> False, AxesEdge -> Automatic,
    AxesLabel -> None, AxesOrigin -> Automatic, AxesStyle -> ,
    Background -> None, BaselinePosition -> Automatic, BaseStyle -> ,
    Boxed -> True, BoxRatios -> 1., 1., 1., BoxStyle -> ,
    ClipPlanes -> None, ClipPlanesStyle -> Automatic,
    ColorOutput -> Automatic, ContentSelectable -> Automatic,
    ControllerLinking -> Automatic, ControllerMethod -> Automatic,
    ControllerPath -> Automatic, CoordinatesToolOptions -> Automatic,
    DisplayFunction -> Identity, Epilog -> , FaceGrids -> None,
    FaceGridsStyle -> , FormatType -> TraditionalForm,
    ImageMargins -> 0., ImagePadding -> All, ImageSize -> Automatic,
    ImageSizeRaw -> Automatic, LabelStyle -> , Lighting -> Automatic,
    Method -> Automatic, PlotLabel -> None,
    PlotRange -> 0., 1., 0., 1., 0., 1.,
    PlotRangePadding -> Automatic, PlotRegion -> Automatic,
    PreserveImageOptions -> Automatic, Prolog -> ,
    RotationAction -> "Fit", SphericalRegion -> False,
    Ticks -> Automatic, TicksStyle -> , TouchscreenAutoZoom -> False,
    ViewAngle -> Automatic, ViewCenter -> 0.5, 0.5, 0.5,
    ViewMatrix -> Automatic, ViewPoint -> 1., 1., 1.,
    ViewProjection -> Automatic, ViewRange -> All,
    ViewVector -> Automatic, ViewVertical -> 0., 0., 1.*)


    Then, the desired & appropriate parameters may be set:



    Graphics3D[Cuboid[], ViewPoint -> 1, 1, 1, 
    ViewCenter -> 0.5`, 0.5`, 0.5`, ViewVertical -> 0.`, 0.`, 1.`]


    Use AbsoluteOptions to determine the definitive options for the current viewpoint you have outputted. From here, copy and paste these into your desired definition. What I mean by this is that you take your Cuboid output, defined with the noted Viewpoint, and then type //AbsoluteOptions after the output. Evaluate this and use the output to be applied to your definition.



    I have no experience with the answer of user @kglr, however, I can say with absolute certainty and confidence that if you find a viewpoint you like, perform the above procedure and you will have the desired output every time you evaluate it, just as you need/ask for here.



    Hope this helps!






    share|improve this answer











    $endgroup$

















      Your Answer








      StackExchange.ready(function()
      var channelOptions =
      tags: "".split(" "),
      id: "387"
      ;
      initTagRenderer("".split(" "), "".split(" "), channelOptions);

      StackExchange.using("externalEditor", function()
      // Have to fire editor after snippets, if snippets enabled
      if (StackExchange.settings.snippets.snippetsEnabled)
      StackExchange.using("snippets", function()
      createEditor();
      );

      else
      createEditor();

      );

      function createEditor()
      StackExchange.prepareEditor(
      heartbeatType: 'answer',
      autoActivateHeartbeat: false,
      convertImagesToLinks: false,
      noModals: true,
      showLowRepImageUploadWarning: true,
      reputationToPostImages: null,
      bindNavPrevention: true,
      postfix: "",
      imageUploader:
      brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
      contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
      allowUrls: true
      ,
      onDemand: true,
      discardSelector: ".discard-answer"
      ,immediatelyShowMarkdownHelp:true
      );



      );













      draft saved

      draft discarded


















      StackExchange.ready(
      function ()
      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmathematica.stackexchange.com%2fquestions%2f204424%2fview-is-not-fixed-completely-regardless-of-vewpoint%23new-answer', 'question_page');

      );

      Post as a guest















      Required, but never shown

























      2 Answers
      2






      active

      oldest

      votes








      2 Answers
      2






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      3













      $begingroup$

      Set an explicit value for ViewPoint and for ViewVertical.



      Add the option PreserveImageOptions -> True if you want to preserve other options (such as ImageSize) set interactively, PreserveImageOptions -> False if you want them to revert to the original values after interactive changes:



      Graphics3D[Cuboid[], 
      ViewPoint -> 1, 1, 1,
      ViewVertical -> 0.5, 0, 1,
      PreserveImageOptions -> True]


      enter image description here



      Graphics3D[Cuboid[], 
      ViewPoint -> 1, 1, 1,
      ViewVertical -> 0.5, 0, 1,
      PreserveImageOptions -> False]


      enter image description here






      share|improve this answer











      $endgroup$



















        3













        $begingroup$

        Set an explicit value for ViewPoint and for ViewVertical.



        Add the option PreserveImageOptions -> True if you want to preserve other options (such as ImageSize) set interactively, PreserveImageOptions -> False if you want them to revert to the original values after interactive changes:



        Graphics3D[Cuboid[], 
        ViewPoint -> 1, 1, 1,
        ViewVertical -> 0.5, 0, 1,
        PreserveImageOptions -> True]


        enter image description here



        Graphics3D[Cuboid[], 
        ViewPoint -> 1, 1, 1,
        ViewVertical -> 0.5, 0, 1,
        PreserveImageOptions -> False]


        enter image description here






        share|improve this answer











        $endgroup$

















          3














          3










          3







          $begingroup$

          Set an explicit value for ViewPoint and for ViewVertical.



          Add the option PreserveImageOptions -> True if you want to preserve other options (such as ImageSize) set interactively, PreserveImageOptions -> False if you want them to revert to the original values after interactive changes:



          Graphics3D[Cuboid[], 
          ViewPoint -> 1, 1, 1,
          ViewVertical -> 0.5, 0, 1,
          PreserveImageOptions -> True]


          enter image description here



          Graphics3D[Cuboid[], 
          ViewPoint -> 1, 1, 1,
          ViewVertical -> 0.5, 0, 1,
          PreserveImageOptions -> False]


          enter image description here






          share|improve this answer











          $endgroup$



          Set an explicit value for ViewPoint and for ViewVertical.



          Add the option PreserveImageOptions -> True if you want to preserve other options (such as ImageSize) set interactively, PreserveImageOptions -> False if you want them to revert to the original values after interactive changes:



          Graphics3D[Cuboid[], 
          ViewPoint -> 1, 1, 1,
          ViewVertical -> 0.5, 0, 1,
          PreserveImageOptions -> True]


          enter image description here



          Graphics3D[Cuboid[], 
          ViewPoint -> 1, 1, 1,
          ViewVertical -> 0.5, 0, 1,
          PreserveImageOptions -> False]


          enter image description here







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited 26 mins ago

























          answered 7 hours ago









          kglrkglr

          214k10 gold badges244 silver badges488 bronze badges




          214k10 gold badges244 silver badges488 bronze badges


























              0













              $begingroup$

              We can find the appropriate options from this input:



              Graphics3D[Cuboid[], ViewPoint -> 1, 1, 1] // AbsoluteOptions

              (*AlignmentPoint -> Center, AspectRatio -> Automatic,
              AutomaticImageSize -> False, Axes -> False, AxesEdge -> Automatic,
              AxesLabel -> None, AxesOrigin -> Automatic, AxesStyle -> ,
              Background -> None, BaselinePosition -> Automatic, BaseStyle -> ,
              Boxed -> True, BoxRatios -> 1., 1., 1., BoxStyle -> ,
              ClipPlanes -> None, ClipPlanesStyle -> Automatic,
              ColorOutput -> Automatic, ContentSelectable -> Automatic,
              ControllerLinking -> Automatic, ControllerMethod -> Automatic,
              ControllerPath -> Automatic, CoordinatesToolOptions -> Automatic,
              DisplayFunction -> Identity, Epilog -> , FaceGrids -> None,
              FaceGridsStyle -> , FormatType -> TraditionalForm,
              ImageMargins -> 0., ImagePadding -> All, ImageSize -> Automatic,
              ImageSizeRaw -> Automatic, LabelStyle -> , Lighting -> Automatic,
              Method -> Automatic, PlotLabel -> None,
              PlotRange -> 0., 1., 0., 1., 0., 1.,
              PlotRangePadding -> Automatic, PlotRegion -> Automatic,
              PreserveImageOptions -> Automatic, Prolog -> ,
              RotationAction -> "Fit", SphericalRegion -> False,
              Ticks -> Automatic, TicksStyle -> , TouchscreenAutoZoom -> False,
              ViewAngle -> Automatic, ViewCenter -> 0.5, 0.5, 0.5,
              ViewMatrix -> Automatic, ViewPoint -> 1., 1., 1.,
              ViewProjection -> Automatic, ViewRange -> All,
              ViewVector -> Automatic, ViewVertical -> 0., 0., 1.*)


              Then, the desired & appropriate parameters may be set:



              Graphics3D[Cuboid[], ViewPoint -> 1, 1, 1, 
              ViewCenter -> 0.5`, 0.5`, 0.5`, ViewVertical -> 0.`, 0.`, 1.`]


              Use AbsoluteOptions to determine the definitive options for the current viewpoint you have outputted. From here, copy and paste these into your desired definition. What I mean by this is that you take your Cuboid output, defined with the noted Viewpoint, and then type //AbsoluteOptions after the output. Evaluate this and use the output to be applied to your definition.



              I have no experience with the answer of user @kglr, however, I can say with absolute certainty and confidence that if you find a viewpoint you like, perform the above procedure and you will have the desired output every time you evaluate it, just as you need/ask for here.



              Hope this helps!






              share|improve this answer











              $endgroup$



















                0













                $begingroup$

                We can find the appropriate options from this input:



                Graphics3D[Cuboid[], ViewPoint -> 1, 1, 1] // AbsoluteOptions

                (*AlignmentPoint -> Center, AspectRatio -> Automatic,
                AutomaticImageSize -> False, Axes -> False, AxesEdge -> Automatic,
                AxesLabel -> None, AxesOrigin -> Automatic, AxesStyle -> ,
                Background -> None, BaselinePosition -> Automatic, BaseStyle -> ,
                Boxed -> True, BoxRatios -> 1., 1., 1., BoxStyle -> ,
                ClipPlanes -> None, ClipPlanesStyle -> Automatic,
                ColorOutput -> Automatic, ContentSelectable -> Automatic,
                ControllerLinking -> Automatic, ControllerMethod -> Automatic,
                ControllerPath -> Automatic, CoordinatesToolOptions -> Automatic,
                DisplayFunction -> Identity, Epilog -> , FaceGrids -> None,
                FaceGridsStyle -> , FormatType -> TraditionalForm,
                ImageMargins -> 0., ImagePadding -> All, ImageSize -> Automatic,
                ImageSizeRaw -> Automatic, LabelStyle -> , Lighting -> Automatic,
                Method -> Automatic, PlotLabel -> None,
                PlotRange -> 0., 1., 0., 1., 0., 1.,
                PlotRangePadding -> Automatic, PlotRegion -> Automatic,
                PreserveImageOptions -> Automatic, Prolog -> ,
                RotationAction -> "Fit", SphericalRegion -> False,
                Ticks -> Automatic, TicksStyle -> , TouchscreenAutoZoom -> False,
                ViewAngle -> Automatic, ViewCenter -> 0.5, 0.5, 0.5,
                ViewMatrix -> Automatic, ViewPoint -> 1., 1., 1.,
                ViewProjection -> Automatic, ViewRange -> All,
                ViewVector -> Automatic, ViewVertical -> 0., 0., 1.*)


                Then, the desired & appropriate parameters may be set:



                Graphics3D[Cuboid[], ViewPoint -> 1, 1, 1, 
                ViewCenter -> 0.5`, 0.5`, 0.5`, ViewVertical -> 0.`, 0.`, 1.`]


                Use AbsoluteOptions to determine the definitive options for the current viewpoint you have outputted. From here, copy and paste these into your desired definition. What I mean by this is that you take your Cuboid output, defined with the noted Viewpoint, and then type //AbsoluteOptions after the output. Evaluate this and use the output to be applied to your definition.



                I have no experience with the answer of user @kglr, however, I can say with absolute certainty and confidence that if you find a viewpoint you like, perform the above procedure and you will have the desired output every time you evaluate it, just as you need/ask for here.



                Hope this helps!






                share|improve this answer











                $endgroup$

















                  0














                  0










                  0







                  $begingroup$

                  We can find the appropriate options from this input:



                  Graphics3D[Cuboid[], ViewPoint -> 1, 1, 1] // AbsoluteOptions

                  (*AlignmentPoint -> Center, AspectRatio -> Automatic,
                  AutomaticImageSize -> False, Axes -> False, AxesEdge -> Automatic,
                  AxesLabel -> None, AxesOrigin -> Automatic, AxesStyle -> ,
                  Background -> None, BaselinePosition -> Automatic, BaseStyle -> ,
                  Boxed -> True, BoxRatios -> 1., 1., 1., BoxStyle -> ,
                  ClipPlanes -> None, ClipPlanesStyle -> Automatic,
                  ColorOutput -> Automatic, ContentSelectable -> Automatic,
                  ControllerLinking -> Automatic, ControllerMethod -> Automatic,
                  ControllerPath -> Automatic, CoordinatesToolOptions -> Automatic,
                  DisplayFunction -> Identity, Epilog -> , FaceGrids -> None,
                  FaceGridsStyle -> , FormatType -> TraditionalForm,
                  ImageMargins -> 0., ImagePadding -> All, ImageSize -> Automatic,
                  ImageSizeRaw -> Automatic, LabelStyle -> , Lighting -> Automatic,
                  Method -> Automatic, PlotLabel -> None,
                  PlotRange -> 0., 1., 0., 1., 0., 1.,
                  PlotRangePadding -> Automatic, PlotRegion -> Automatic,
                  PreserveImageOptions -> Automatic, Prolog -> ,
                  RotationAction -> "Fit", SphericalRegion -> False,
                  Ticks -> Automatic, TicksStyle -> , TouchscreenAutoZoom -> False,
                  ViewAngle -> Automatic, ViewCenter -> 0.5, 0.5, 0.5,
                  ViewMatrix -> Automatic, ViewPoint -> 1., 1., 1.,
                  ViewProjection -> Automatic, ViewRange -> All,
                  ViewVector -> Automatic, ViewVertical -> 0., 0., 1.*)


                  Then, the desired & appropriate parameters may be set:



                  Graphics3D[Cuboid[], ViewPoint -> 1, 1, 1, 
                  ViewCenter -> 0.5`, 0.5`, 0.5`, ViewVertical -> 0.`, 0.`, 1.`]


                  Use AbsoluteOptions to determine the definitive options for the current viewpoint you have outputted. From here, copy and paste these into your desired definition. What I mean by this is that you take your Cuboid output, defined with the noted Viewpoint, and then type //AbsoluteOptions after the output. Evaluate this and use the output to be applied to your definition.



                  I have no experience with the answer of user @kglr, however, I can say with absolute certainty and confidence that if you find a viewpoint you like, perform the above procedure and you will have the desired output every time you evaluate it, just as you need/ask for here.



                  Hope this helps!






                  share|improve this answer











                  $endgroup$



                  We can find the appropriate options from this input:



                  Graphics3D[Cuboid[], ViewPoint -> 1, 1, 1] // AbsoluteOptions

                  (*AlignmentPoint -> Center, AspectRatio -> Automatic,
                  AutomaticImageSize -> False, Axes -> False, AxesEdge -> Automatic,
                  AxesLabel -> None, AxesOrigin -> Automatic, AxesStyle -> ,
                  Background -> None, BaselinePosition -> Automatic, BaseStyle -> ,
                  Boxed -> True, BoxRatios -> 1., 1., 1., BoxStyle -> ,
                  ClipPlanes -> None, ClipPlanesStyle -> Automatic,
                  ColorOutput -> Automatic, ContentSelectable -> Automatic,
                  ControllerLinking -> Automatic, ControllerMethod -> Automatic,
                  ControllerPath -> Automatic, CoordinatesToolOptions -> Automatic,
                  DisplayFunction -> Identity, Epilog -> , FaceGrids -> None,
                  FaceGridsStyle -> , FormatType -> TraditionalForm,
                  ImageMargins -> 0., ImagePadding -> All, ImageSize -> Automatic,
                  ImageSizeRaw -> Automatic, LabelStyle -> , Lighting -> Automatic,
                  Method -> Automatic, PlotLabel -> None,
                  PlotRange -> 0., 1., 0., 1., 0., 1.,
                  PlotRangePadding -> Automatic, PlotRegion -> Automatic,
                  PreserveImageOptions -> Automatic, Prolog -> ,
                  RotationAction -> "Fit", SphericalRegion -> False,
                  Ticks -> Automatic, TicksStyle -> , TouchscreenAutoZoom -> False,
                  ViewAngle -> Automatic, ViewCenter -> 0.5, 0.5, 0.5,
                  ViewMatrix -> Automatic, ViewPoint -> 1., 1., 1.,
                  ViewProjection -> Automatic, ViewRange -> All,
                  ViewVector -> Automatic, ViewVertical -> 0., 0., 1.*)


                  Then, the desired & appropriate parameters may be set:



                  Graphics3D[Cuboid[], ViewPoint -> 1, 1, 1, 
                  ViewCenter -> 0.5`, 0.5`, 0.5`, ViewVertical -> 0.`, 0.`, 1.`]


                  Use AbsoluteOptions to determine the definitive options for the current viewpoint you have outputted. From here, copy and paste these into your desired definition. What I mean by this is that you take your Cuboid output, defined with the noted Viewpoint, and then type //AbsoluteOptions after the output. Evaluate this and use the output to be applied to your definition.



                  I have no experience with the answer of user @kglr, however, I can say with absolute certainty and confidence that if you find a viewpoint you like, perform the above procedure and you will have the desired output every time you evaluate it, just as you need/ask for here.



                  Hope this helps!







                  share|improve this answer














                  share|improve this answer



                  share|improve this answer








                  edited 1 hour ago

























                  answered 2 hours ago









                  CA TrevillianCA Trevillian

                  6161 gold badge2 silver badges14 bronze badges




                  6161 gold badge2 silver badges14 bronze badges






























                      draft saved

                      draft discarded
















































                      Thanks for contributing an answer to Mathematica Stack Exchange!


                      • Please be sure to answer the question. Provide details and share your research!

                      But avoid


                      • Asking for help, clarification, or responding to other answers.

                      • Making statements based on opinion; back them up with references or personal experience.

                      Use MathJax to format equations. MathJax reference.


                      To learn more, see our tips on writing great answers.




                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function ()
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmathematica.stackexchange.com%2fquestions%2f204424%2fview-is-not-fixed-completely-regardless-of-vewpoint%23new-answer', 'question_page');

                      );

                      Post as a guest















                      Required, but never shown





















































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown

































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown







                      Popular posts from this blog

                      Invision Community Contents History See also References External links Navigation menuProprietaryinvisioncommunity.comIPS Community ForumsIPS Community Forumsthis blog entry"License Changes, IP.Board 3.4, and the Future""Interview -- Matt Mecham of Ibforums""CEO Invision Power Board, Matt Mecham Is a Liar, Thief!"IPB License Explanation 1.3, 1.3.1, 2.0, and 2.1ArchivedSecurity Fixes, Updates And Enhancements For IPB 1.3.1Archived"New Demo Accounts - Invision Power Services"the original"New Default Skin"the original"Invision Power Board 3.0.0 and Applications Released"the original"Archived copy"the original"Perpetual licenses being done away with""Release Notes - Invision Power Services""Introducing: IPS Community Suite 4!"Invision Community Release Notes

                      Canceling a color specificationRandomly assigning color to Graphics3D objects?Default color for Filling in Mathematica 9Coloring specific elements of sets with a prime modified order in an array plotHow to pick a color differing significantly from the colors already in a given color list?Detection of the text colorColor numbers based on their valueCan color schemes for use with ColorData include opacity specification?My dynamic color schemes

                      Tom Holland Mục lục Đầu đời và giáo dục | Sự nghiệp | Cuộc sống cá nhân | Phim tham gia | Giải thưởng và đề cử | Chú thích | Liên kết ngoài | Trình đơn chuyển hướngProfile“Person Details for Thomas Stanley Holland, "England and Wales Birth Registration Index, 1837-2008" — FamilySearch.org”"Meet Tom Holland... the 16-year-old star of The Impossible""Schoolboy actor Tom Holland finds himself in Oscar contention for role in tsunami drama"“Naomi Watts on the Prince William and Harry's reaction to her film about the late Princess Diana”lưu trữ"Holland and Pflueger Are West End's Two New 'Billy Elliots'""I'm so envious of my son, the movie star! British writer Dominic Holland's spent 20 years trying to crack Hollywood - but he's been beaten to it by a very unlikely rival"“Richard and Margaret Povey of Jersey, Channel Islands, UK: Information about Thomas Stanley Holland”"Tom Holland to play Billy Elliot""New Billy Elliot leaving the garage"Billy Elliot the Musical - Tom Holland - Billy"A Tale of four Billys: Tom Holland""The Feel Good Factor""Thames Christian College schoolboys join Myleene Klass for The Feelgood Factor""Government launches £600,000 arts bursaries pilot""BILLY's Chapman, Holland, Gardner & Jackson-Keen Visit Prime Minister""Elton John 'blown away' by Billy Elliot fifth birthday" (video with John's interview and fragments of Holland's performance)"First News interviews Arrietty's Tom Holland"“33rd Critics' Circle Film Awards winners”“National Board of Review Current Awards”Bản gốc"Ron Howard Whaling Tale 'In The Heart Of The Sea' Casts Tom Holland"“'Spider-Man' Finds Tom Holland to Star as New Web-Slinger”lưu trữ“Captain America: Civil War (2016)”“Film Review: ‘Captain America: Civil War’”lưu trữ“‘Captain America: Civil War’ review: Choose your own avenger”lưu trữ“The Lost City of Z reviews”“Sony Pictures and Marvel Studios Find Their 'Spider-Man' Star and Director”“‘Mary Magdalene’, ‘Current War’ & ‘Wind River’ Get 2017 Release Dates From Weinstein”“Lionsgate Unleashing Daisy Ridley & Tom Holland Starrer ‘Chaos Walking’ In Cannes”“PTA's 'Master' Leads Chicago Film Critics Nominations, UPDATED: Houston and Indiana Critics Nominations”“Nominaciones Goya 2013 Telecinco Cinema – ENG”“Jameson Empire Film Awards: Martin Freeman wins best actor for performance in The Hobbit”“34th Annual Young Artist Awards”Bản gốc“Teen Choice Awards 2016—Captain America: Civil War Leads Second Wave of Nominations”“BAFTA Film Award Nominations: ‘La La Land’ Leads Race”“Saturn Awards Nominations 2017: 'Rogue One,' 'Walking Dead' Lead”Tom HollandTom HollandTom HollandTom Hollandmedia.gettyimages.comWorldCat Identities300279794no20130442900000 0004 0355 42791085670554170004732cb16706349t(data)XX5557367