Drawing Torus with semi-dashed line on itDrawing checkered torus (doughnut)Rotate a node but not its content: the case of the ellipse decorationHow to define the default vertical distance between nodes?Torus with semi-dashed line in TikZTikZ zero-width line with dashed linetorus to coffee mug homotopydrawing an orthonormal frame with semi circlesTikZ: Drawing an arc from an intersection to an intersectionLine up nested tikz enviroments or how to get rid of themDrawing a graph with dashed line
Professor forcing me to attend a conference, I can't afford even with 50% funding
Insult for someone who "doesn't know anything"
Why do phishing e-mails use faked e-mail addresses instead of the real one?
Why does this boat have a landing pad? (SpaceX's GO Searcher) Any plans for propulsive capsule landings?
How can I portion out frozen cookie dough?
Why is my explanation wrong?
After Brexit, will the EU recognize British passports that are valid for more than ten years?
The (Easy) Road to Code
What is the best index strategy or query SELECT when performing a search/lookup BETWEEN IP address (IPv4 and IPv6) ranges?
How to install "rounded" brake pads
Why restrict private health insurance?
std::string vs const std::string& vs std::string_view
Can I negotiate a patent idea for a raise, under French law?
Having the player face themselves after the mid-game
Unfamiliar notation in Diabelli's "Duet in D" for piano
Why is there an extra space when I type "ls" on the Desktop?
How to recover against Snake as a heavyweight character?
How to write a chaotic neutral protagonist and prevent my readers from thinking they are evil?
School performs periodic password audits. Is my password compromised?
How do you make a gun that shoots melee weapons and/or swords?
ESPP--any reason not to go all in?
How to add theme from github with composer
Averaging over columns while ignoring zero entries
Can I frame a new window without adding jack studs?
Drawing Torus with semi-dashed line on it
Drawing checkered torus (doughnut)Rotate a node but not its content: the case of the ellipse decorationHow to define the default vertical distance between nodes?Torus with semi-dashed line in TikZTikZ zero-width line with dashed linetorus to coffee mug homotopydrawing an orthonormal frame with semi circlesTikZ: Drawing an arc from an intersection to an intersectionLine up nested tikz enviroments or how to get rid of themDrawing a graph with dashed line
I would like to draw : 
To draw the above torus, I have used the following codes :
documentclass[margin=2mm,tikz]standalone
usepackagepgfplots
begindocument
%Oberflächenproblem
begintikzpicture[rotate=180]
%Torus
draw (0,0) ellipse (1.6 and .9);
%Hole
beginscope[scale=.8]
path[rounded corners=24pt] (-.9,0)--(0,.6)--(.9,0) (-.9,0)--(0,-.56)--(.9,0);
draw[rounded corners=28pt] (-1.1,.1)--(0,-.6)--(1.1,.1);
draw[rounded corners=24pt] (-.9,0)--(0,.6)--(.9,0);
endscope
%Cut 1
draw[densely dashed] (0,-.9) arc (270:90:.2 and .365);
draw (0,-.9) arc (-90:90:.2 and .365);
%Cut 2
draw (0,.9) arc (90:270:.2 and .348);
draw[densely dashed] (0,.9) arc (90:-90:.2 and .348);
endtikzpicture
enddocument
It produces:

This is not the same what I want. How can I do the desired torus?
tikz-pgf tikz-3dplot
add a comment |
I would like to draw : 
To draw the above torus, I have used the following codes :
documentclass[margin=2mm,tikz]standalone
usepackagepgfplots
begindocument
%Oberflächenproblem
begintikzpicture[rotate=180]
%Torus
draw (0,0) ellipse (1.6 and .9);
%Hole
beginscope[scale=.8]
path[rounded corners=24pt] (-.9,0)--(0,.6)--(.9,0) (-.9,0)--(0,-.56)--(.9,0);
draw[rounded corners=28pt] (-1.1,.1)--(0,-.6)--(1.1,.1);
draw[rounded corners=24pt] (-.9,0)--(0,.6)--(.9,0);
endscope
%Cut 1
draw[densely dashed] (0,-.9) arc (270:90:.2 and .365);
draw (0,-.9) arc (-90:90:.2 and .365);
%Cut 2
draw (0,.9) arc (90:270:.2 and .348);
draw[densely dashed] (0,.9) arc (90:-90:.2 and .348);
endtikzpicture
enddocument
It produces:

This is not the same what I want. How can I do the desired torus?
tikz-pgf tikz-3dplot
You can do that with TikZ, pgfplots or pstricks, but IMHO none of these packages are made for this. Is there anything that prevents you from usingasymptote?
– marmot
1 hour ago
add a comment |
I would like to draw : 
To draw the above torus, I have used the following codes :
documentclass[margin=2mm,tikz]standalone
usepackagepgfplots
begindocument
%Oberflächenproblem
begintikzpicture[rotate=180]
%Torus
draw (0,0) ellipse (1.6 and .9);
%Hole
beginscope[scale=.8]
path[rounded corners=24pt] (-.9,0)--(0,.6)--(.9,0) (-.9,0)--(0,-.56)--(.9,0);
draw[rounded corners=28pt] (-1.1,.1)--(0,-.6)--(1.1,.1);
draw[rounded corners=24pt] (-.9,0)--(0,.6)--(.9,0);
endscope
%Cut 1
draw[densely dashed] (0,-.9) arc (270:90:.2 and .365);
draw (0,-.9) arc (-90:90:.2 and .365);
%Cut 2
draw (0,.9) arc (90:270:.2 and .348);
draw[densely dashed] (0,.9) arc (90:-90:.2 and .348);
endtikzpicture
enddocument
It produces:

This is not the same what I want. How can I do the desired torus?
tikz-pgf tikz-3dplot
I would like to draw : 
To draw the above torus, I have used the following codes :
documentclass[margin=2mm,tikz]standalone
usepackagepgfplots
begindocument
%Oberflächenproblem
begintikzpicture[rotate=180]
%Torus
draw (0,0) ellipse (1.6 and .9);
%Hole
beginscope[scale=.8]
path[rounded corners=24pt] (-.9,0)--(0,.6)--(.9,0) (-.9,0)--(0,-.56)--(.9,0);
draw[rounded corners=28pt] (-1.1,.1)--(0,-.6)--(1.1,.1);
draw[rounded corners=24pt] (-.9,0)--(0,.6)--(.9,0);
endscope
%Cut 1
draw[densely dashed] (0,-.9) arc (270:90:.2 and .365);
draw (0,-.9) arc (-90:90:.2 and .365);
%Cut 2
draw (0,.9) arc (90:270:.2 and .348);
draw[densely dashed] (0,.9) arc (90:-90:.2 and .348);
endtikzpicture
enddocument
It produces:

This is not the same what I want. How can I do the desired torus?
tikz-pgf tikz-3dplot
tikz-pgf tikz-3dplot
asked 2 hours ago
MKSMKS
544
544
You can do that with TikZ, pgfplots or pstricks, but IMHO none of these packages are made for this. Is there anything that prevents you from usingasymptote?
– marmot
1 hour ago
add a comment |
You can do that with TikZ, pgfplots or pstricks, but IMHO none of these packages are made for this. Is there anything that prevents you from usingasymptote?
– marmot
1 hour ago
You can do that with TikZ, pgfplots or pstricks, but IMHO none of these packages are made for this. Is there anything that prevents you from using
asymptote?– marmot
1 hour ago
You can do that with TikZ, pgfplots or pstricks, but IMHO none of these packages are made for this. Is there anything that prevents you from using
asymptote?– marmot
1 hour ago
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "85"
;
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%2ftex.stackexchange.com%2fquestions%2f478488%2fdrawing-torus-with-semi-dashed-line-on-it%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to TeX - LaTeX 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.
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%2ftex.stackexchange.com%2fquestions%2f478488%2fdrawing-torus-with-semi-dashed-line-on-it%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
You can do that with TikZ, pgfplots or pstricks, but IMHO none of these packages are made for this. Is there anything that prevents you from using
asymptote?– marmot
1 hour ago