Plotting octahedron inside the sphere and sphere inside the cubeShowing a rectangular plot on an almost-closed sphereParametricPlot3D and Sphere GraphicsPlotting less of a sphereHow to solve Laplace equation in 3D?ParametricPlot3D for only part of a sphereIntersection VolumeFill a sphere above an arbitrary curveHow to plot a function from the sphere to the reals as a colored sphere?How can I plot 3d surface plot together with 3d scatter plot in the same cube box
How does proof assistant organize knowledge?
How to take the beginning and end parts of a list with simpler syntax?
how do companies get money from being listed publicly
How would timezones work on a planet 100 times the size of our Earth
First amendment and employment: Can a police department terminate an officer for speech?
Why did I get only 5 points even though I won?
Is it okay for a ticket seller in the USA to refuse to give you your change, keep it for themselves and claim it's a tip?
Does Molecular Weight of a Gas affect its lifting properties at the same velocity over the same wing?
Heating Margarine in Pan = loss of calories?
What should I call bands of armed men in the Middle Ages?
How can this older-style irrigation tee be replaced?
Why does the standard fingering / strumming for a D maj chord leave out the 5th string?
Collinear Galois conjugates
Is 悪いところを見つかった proper Japanese?
How much maintenance time did it take to make an F4U Corsair ready for another flight?
Why are Tucker and Malcolm not dead?
What is a good class if we remove subclasses?
Submitting a new paper just after another was accepted by the same journal
AsyncDictionary - Can you break thread safety?
Understanding the point of a kölsche Witz
If "more guns less crime", how do gun advocates explain that the EU has less crime than the US?
Why is the result of ('b'+'a'+ + 'a' + 'a').toLowerCase() 'banana'?
How does "Te vas a cansar" mean "You're going to get tired"?
Does fossil fuels use since 1990 account for half of all the fossil fuels used in history?
Plotting octahedron inside the sphere and sphere inside the cube
Showing a rectangular plot on an almost-closed sphereParametricPlot3D and Sphere GraphicsPlotting less of a sphereHow to solve Laplace equation in 3D?ParametricPlot3D for only part of a sphereIntersection VolumeFill a sphere above an arbitrary curveHow to plot a function from the sphere to the reals as a colored sphere?How can I plot 3d surface plot together with 3d scatter plot in the same cube box
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
$begingroup$
How to plot an octahedron inside a sphere and the same sphere inside a cube in 3d?
plotting
$endgroup$
add a comment |
$begingroup$
How to plot an octahedron inside a sphere and the same sphere inside a cube in 3d?
plotting
$endgroup$
1
$begingroup$
Take a look atPolyhedronData
andGeometricTransform
. Have you tried anything?
$endgroup$
– Kuba♦
18 hours ago
$begingroup$
I tried in graphics 3D for the circumsphere of octahedron. But the output is saying octahedron is not a graphic 3d primitive.I did not understand this.
$endgroup$
– Sunita
18 hours ago
2
$begingroup$
Hard do say anything without a code sample. Also, make sure you went through examples in documentation I mentioned.
$endgroup$
– Kuba♦
18 hours ago
add a comment |
$begingroup$
How to plot an octahedron inside a sphere and the same sphere inside a cube in 3d?
plotting
$endgroup$
How to plot an octahedron inside a sphere and the same sphere inside a cube in 3d?
plotting
plotting
asked 18 hours ago
SunitaSunita
211 bronze badge
211 bronze badge
1
$begingroup$
Take a look atPolyhedronData
andGeometricTransform
. Have you tried anything?
$endgroup$
– Kuba♦
18 hours ago
$begingroup$
I tried in graphics 3D for the circumsphere of octahedron. But the output is saying octahedron is not a graphic 3d primitive.I did not understand this.
$endgroup$
– Sunita
18 hours ago
2
$begingroup$
Hard do say anything without a code sample. Also, make sure you went through examples in documentation I mentioned.
$endgroup$
– Kuba♦
18 hours ago
add a comment |
1
$begingroup$
Take a look atPolyhedronData
andGeometricTransform
. Have you tried anything?
$endgroup$
– Kuba♦
18 hours ago
$begingroup$
I tried in graphics 3D for the circumsphere of octahedron. But the output is saying octahedron is not a graphic 3d primitive.I did not understand this.
$endgroup$
– Sunita
18 hours ago
2
$begingroup$
Hard do say anything without a code sample. Also, make sure you went through examples in documentation I mentioned.
$endgroup$
– Kuba♦
18 hours ago
1
1
$begingroup$
Take a look at
PolyhedronData
and GeometricTransform
. Have you tried anything?$endgroup$
– Kuba♦
18 hours ago
$begingroup$
Take a look at
PolyhedronData
and GeometricTransform
. Have you tried anything?$endgroup$
– Kuba♦
18 hours ago
$begingroup$
I tried in graphics 3D for the circumsphere of octahedron. But the output is saying octahedron is not a graphic 3d primitive.I did not understand this.
$endgroup$
– Sunita
18 hours ago
$begingroup$
I tried in graphics 3D for the circumsphere of octahedron. But the output is saying octahedron is not a graphic 3d primitive.I did not understand this.
$endgroup$
– Sunita
18 hours ago
2
2
$begingroup$
Hard do say anything without a code sample. Also, make sure you went through examples in documentation I mentioned.
$endgroup$
– Kuba♦
18 hours ago
$begingroup$
Hard do say anything without a code sample. Also, make sure you went through examples in documentation I mentioned.
$endgroup$
– Kuba♦
18 hours ago
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
Try
Graphics3D[Opacity[.25], PolyhedronData["Octahedron", "Faces"],Sphere[0, 0, 0, 1/Sqrt[2]],Cuboid[1/Sqrt[2] -1, -1, -1, 1/Sqrt[2] 1, 1, 1]]
$endgroup$
$begingroup$
One can useOctahedron
as well.
$endgroup$
– Chip Hurst
17 hours ago
add a comment |
$begingroup$
cs = Circumsphere @ Octahedron[];
cuboid = Cuboid @@ Transpose[RegionBounds[cs]];
Graphics3D[Opacity[0.6, Red], Octahedron[],
Opacity[.4, Blue], cs,
Opacity[.4, Yellow], cuboid]
$endgroup$
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmathematica.stackexchange.com%2fquestions%2f203629%2fplotting-octahedron-inside-the-sphere-and-sphere-inside-the-cube%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
$begingroup$
Try
Graphics3D[Opacity[.25], PolyhedronData["Octahedron", "Faces"],Sphere[0, 0, 0, 1/Sqrt[2]],Cuboid[1/Sqrt[2] -1, -1, -1, 1/Sqrt[2] 1, 1, 1]]
$endgroup$
$begingroup$
One can useOctahedron
as well.
$endgroup$
– Chip Hurst
17 hours ago
add a comment |
$begingroup$
Try
Graphics3D[Opacity[.25], PolyhedronData["Octahedron", "Faces"],Sphere[0, 0, 0, 1/Sqrt[2]],Cuboid[1/Sqrt[2] -1, -1, -1, 1/Sqrt[2] 1, 1, 1]]
$endgroup$
$begingroup$
One can useOctahedron
as well.
$endgroup$
– Chip Hurst
17 hours ago
add a comment |
$begingroup$
Try
Graphics3D[Opacity[.25], PolyhedronData["Octahedron", "Faces"],Sphere[0, 0, 0, 1/Sqrt[2]],Cuboid[1/Sqrt[2] -1, -1, -1, 1/Sqrt[2] 1, 1, 1]]
$endgroup$
Try
Graphics3D[Opacity[.25], PolyhedronData["Octahedron", "Faces"],Sphere[0, 0, 0, 1/Sqrt[2]],Cuboid[1/Sqrt[2] -1, -1, -1, 1/Sqrt[2] 1, 1, 1]]
answered 18 hours ago
Ulrich NeumannUlrich Neumann
13.5k7 silver badges22 bronze badges
13.5k7 silver badges22 bronze badges
$begingroup$
One can useOctahedron
as well.
$endgroup$
– Chip Hurst
17 hours ago
add a comment |
$begingroup$
One can useOctahedron
as well.
$endgroup$
– Chip Hurst
17 hours ago
$begingroup$
One can use
Octahedron
as well.$endgroup$
– Chip Hurst
17 hours ago
$begingroup$
One can use
Octahedron
as well.$endgroup$
– Chip Hurst
17 hours ago
add a comment |
$begingroup$
cs = Circumsphere @ Octahedron[];
cuboid = Cuboid @@ Transpose[RegionBounds[cs]];
Graphics3D[Opacity[0.6, Red], Octahedron[],
Opacity[.4, Blue], cs,
Opacity[.4, Yellow], cuboid]
$endgroup$
add a comment |
$begingroup$
cs = Circumsphere @ Octahedron[];
cuboid = Cuboid @@ Transpose[RegionBounds[cs]];
Graphics3D[Opacity[0.6, Red], Octahedron[],
Opacity[.4, Blue], cs,
Opacity[.4, Yellow], cuboid]
$endgroup$
add a comment |
$begingroup$
cs = Circumsphere @ Octahedron[];
cuboid = Cuboid @@ Transpose[RegionBounds[cs]];
Graphics3D[Opacity[0.6, Red], Octahedron[],
Opacity[.4, Blue], cs,
Opacity[.4, Yellow], cuboid]
$endgroup$
cs = Circumsphere @ Octahedron[];
cuboid = Cuboid @@ Transpose[RegionBounds[cs]];
Graphics3D[Opacity[0.6, Red], Octahedron[],
Opacity[.4, Blue], cs,
Opacity[.4, Yellow], cuboid]
answered 17 hours ago
kglrkglr
210k10 gold badges241 silver badges482 bronze badges
210k10 gold badges241 silver badges482 bronze badges
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmathematica.stackexchange.com%2fquestions%2f203629%2fplotting-octahedron-inside-the-sphere-and-sphere-inside-the-cube%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
1
$begingroup$
Take a look at
PolyhedronData
andGeometricTransform
. Have you tried anything?$endgroup$
– Kuba♦
18 hours ago
$begingroup$
I tried in graphics 3D for the circumsphere of octahedron. But the output is saying octahedron is not a graphic 3d primitive.I did not understand this.
$endgroup$
– Sunita
18 hours ago
2
$begingroup$
Hard do say anything without a code sample. Also, make sure you went through examples in documentation I mentioned.
$endgroup$
– Kuba♦
18 hours ago