Questions tagged [graphics3d]
For questions specific to the Graphics3D command and related 3D graphics functionality.
2,329 questions
4
votes
1
answer
141
views
Visualizing multiple paths to infinity in the complex plane using Mathematica [closed]
Hello everyone — I’m reading about the extended complex plane and the “point at infinity,” and I find the geometric picture quite helpful. According to this text, in the complex plane $z \in \mathbb{C}...
2
votes
1
answer
132
views
Suspected bug: Setting `Boxed->False` hides text in 3D graphics. What's going on?
Mathematica 13.2.
I was helping a student with 3D graphics. She prefers the axes to originate from a single point, so I draw them as arrows, put labels on them, and then ...
1
vote
1
answer
59
views
Drawing a curved Tube through three given points [duplicate]
I need to draw a curved Tube through three given points.
For example,
points = {{1, 0, 0}, {0, 1, 1}, {-1, -1, 0}}
I found that ...
6
votes
2
answers
222
views
How to specify Showcase styling
I generated a mesh region and noticed in the notebook image pull-down menu the option for
"Showcase styling." How can I request this styling (gold sphere vertices, silver tube edges) for ...
1
vote
1
answer
125
views
VertexTextureCoordinates of Cube[]
Copy code from here: Documentation of cube.
Or the following (should be the same).
...
2
votes
1
answer
108
views
Performance issue when more than one texture is used
I run it on version 13.0.1.
Bellow are 50 polygons each of the same random texture. Rotating it by mouse is fast and flawless.
<...
0
votes
0
answers
64
views
Explicit "VertexTextureCoordinates -> Automatic" of Cube[]
Here we have all six faces of Cube[] with VertexTextureCoordinates -> Automatic. (run on version ...
0
votes
1
answer
125
views
Adding a person to a Graphics3D
Is there a Graphics3D primitive of a human to be added in a graphics, similar to what is often done in architecture or other projects to show the dimensions of the ...
1
vote
1
answer
90
views
“How to Fix Degenerate Polygons in BoundaryMeshRegion When Sweeping a 2D Rotor Profile in 3D”
I am generating a 3D rotor model by sweeping a 2D profile around the z-axis while applying a variable lead translation.
The goal is to create a smooth helical solid based on rotor geometry and a lead ...
3
votes
1
answer
92
views
Getting the RegionIntersection with a solid created by ExtrudePolygon
I have a solid created by the ExtrudePolygon resource function.
...
4
votes
1
answer
161
views
Find all cases of shortest curve on 3D surface
There are cases when there exist several different shortest curves with exactly the same length.
Do you have a better idea than mine which is adding obstacles to first found curve so that algorithm is ...
2
votes
2
answers
96
views
Adding multiple texts to different locations in Graphics3D
I am trying to add multiple texts to geometric objects (points in my example below). However, when I try a table inside the Graphics3D command it puts all texts at ...
3
votes
4
answers
360
views
Another way to draw RegionDifference of a cylinder and Cuboid
Based on the question here, I am trying drawing the picture
I tried
...
3
votes
1
answer
238
views
No color when using Directive (or list) in ColorFunction in 14.0 on Linux
Bug introduced in 14.0 and fixed in 14.1
Switching to Version 14.0 (Linux), I noticed that Directive behaves unexpectedly when used inside ColorFunction for 3D ...
0
votes
1
answer
135
views
Plot3D does not produce the image in different Shades
I have a function:
R1[x_,t_]=(E^x t^25)/15511210043330985984000000
I have used the following command in Mathematica
...