How to draw dashed arc of a circle behind pyramid?How can I invert a 'clip' selection within TikZ?Drawing a circle through 3 non-collinear pointsDraw circle perpendicular to lineHow to draw an arc greater than 180 deg in tikz-3dplot?How do I draw an arc from an axis to an arbitrary point tikz-3dplot?How to draw a pyramid with height and slant heigth with TikZ?How can I draw cones are inscribed in and circumscribed about a regular triangular pyramid?How can I draw a curved surface in a polar coordinate system?How can I draw a dash arc of this circle?How to draw differently, visible and hidden part of arbitrary circle on a sphereHow to draw an arc for a bulletHow to draw a circle (sphere) passing through four points?

PTIJ: Why does only a Shor Tam ask at the Seder, and not a Shor Mu'ad?

Help find my computational error for logarithms

Haman going to the second feast dirty

What will happen if my luggage gets delayed?

How to write a chaotic neutral protagonist and prevent my readers from thinking they are evil?

Giving a career talk in my old university, how prominently should I tell students my salary?

Did Amazon pay $0 in taxes last year?

What do *foreign films* mean for an American?

I can't die. Who am I?

What materials can be used to make a humanoid skin warm?

Does an unused member variable take up memory?

Would an aboleth's Phantasmal Force lair action be affected by Counterspell, Dispel Magic, and/or Slow?

Conservation of Mass and Energy

Rationale to prefer local variables over instance variables?

How exactly does an Ethernet collision happen in the cable, since nodes use different circuits for Tx and Rx?

How to check whether module is loaded with custom configurations?

Has a sovereign Communist government ever run, and conceded loss, on a fair election?

From an axiomatic set theoric approach why can we take uncountable unions?

What is Earthy controling in the ISS cupola?

Vocabulary for giving just numbers, not a full answer

Street obstacles in New Zealand

Is it possible to avoid unpacking when merging Association?

Called into a meeting and told we are being made redundant (laid off) and "not to share outside". Can I tell my partner?

Why do we say ‘pairwise disjoint’, rather than ‘disjoint’?



How to draw dashed arc of a circle behind pyramid?


How can I invert a 'clip' selection within TikZ?Drawing a circle through 3 non-collinear pointsDraw circle perpendicular to lineHow to draw an arc greater than 180 deg in tikz-3dplot?How do I draw an arc from an axis to an arbitrary point tikz-3dplot?How to draw a pyramid with height and slant heigth with TikZ?How can I draw cones are inscribed in and circumscribed about a regular triangular pyramid?How can I draw a curved surface in a polar coordinate system?How can I draw a dash arc of this circle?How to draw differently, visible and hidden part of arbitrary circle on a sphereHow to draw an arc for a bulletHow to draw a circle (sphere) passing through four points?













1















I am trying to draw like this picture enter image description here



I tried



documentclass[border=2 mm,12pt]standalone
usepackagefouriernc
usepackagetikz
usepackagetikz-3dplot
begindocument
tdplotsetmaincoords70180
begintikzpicture[tdplot_main_coords,line join = round, line cap = round]
coordinate (A) at (0,0,0);
coordinate (S) at (7/2,-7*sqrt(3)/6,14/3);
coordinate (C) at (7,0,0);
coordinate (B) at (65/14,15*sqrt(3)/14,0);
coordinate (I) at (7/2,-7*sqrt(3)/6,0) ;

draw[very thick] (A) -- (B) (B) -- (C) (S) -- (A) (S) --(B) (S) -- (C) ;

draw[dashed ] (C) -- (A) (I) -- (A) (I) -- (B) (I) --(C) (S) --(I) ;
draw[very thick] (I) circle (7/sqrt(3));
foreach point/position in A/below,B/below,C/below,
I/below,S/above

fill (point) circle (1.5pt);
node[position=3pt] at (point) $point$;

endtikzpicture
enddocument


and got



enter image description here



How to draw dashed arc of a circle behind pyramid?










share|improve this question


























    1















    I am trying to draw like this picture enter image description here



    I tried



    documentclass[border=2 mm,12pt]standalone
    usepackagefouriernc
    usepackagetikz
    usepackagetikz-3dplot
    begindocument
    tdplotsetmaincoords70180
    begintikzpicture[tdplot_main_coords,line join = round, line cap = round]
    coordinate (A) at (0,0,0);
    coordinate (S) at (7/2,-7*sqrt(3)/6,14/3);
    coordinate (C) at (7,0,0);
    coordinate (B) at (65/14,15*sqrt(3)/14,0);
    coordinate (I) at (7/2,-7*sqrt(3)/6,0) ;

    draw[very thick] (A) -- (B) (B) -- (C) (S) -- (A) (S) --(B) (S) -- (C) ;

    draw[dashed ] (C) -- (A) (I) -- (A) (I) -- (B) (I) --(C) (S) --(I) ;
    draw[very thick] (I) circle (7/sqrt(3));
    foreach point/position in A/below,B/below,C/below,
    I/below,S/above

    fill (point) circle (1.5pt);
    node[position=3pt] at (point) $point$;

    endtikzpicture
    enddocument


    and got



    enter image description here



    How to draw dashed arc of a circle behind pyramid?










    share|improve this question
























      1












      1








      1


      1






      I am trying to draw like this picture enter image description here



      I tried



      documentclass[border=2 mm,12pt]standalone
      usepackagefouriernc
      usepackagetikz
      usepackagetikz-3dplot
      begindocument
      tdplotsetmaincoords70180
      begintikzpicture[tdplot_main_coords,line join = round, line cap = round]
      coordinate (A) at (0,0,0);
      coordinate (S) at (7/2,-7*sqrt(3)/6,14/3);
      coordinate (C) at (7,0,0);
      coordinate (B) at (65/14,15*sqrt(3)/14,0);
      coordinate (I) at (7/2,-7*sqrt(3)/6,0) ;

      draw[very thick] (A) -- (B) (B) -- (C) (S) -- (A) (S) --(B) (S) -- (C) ;

      draw[dashed ] (C) -- (A) (I) -- (A) (I) -- (B) (I) --(C) (S) --(I) ;
      draw[very thick] (I) circle (7/sqrt(3));
      foreach point/position in A/below,B/below,C/below,
      I/below,S/above

      fill (point) circle (1.5pt);
      node[position=3pt] at (point) $point$;

      endtikzpicture
      enddocument


      and got



      enter image description here



      How to draw dashed arc of a circle behind pyramid?










      share|improve this question














      I am trying to draw like this picture enter image description here



      I tried



      documentclass[border=2 mm,12pt]standalone
      usepackagefouriernc
      usepackagetikz
      usepackagetikz-3dplot
      begindocument
      tdplotsetmaincoords70180
      begintikzpicture[tdplot_main_coords,line join = round, line cap = round]
      coordinate (A) at (0,0,0);
      coordinate (S) at (7/2,-7*sqrt(3)/6,14/3);
      coordinate (C) at (7,0,0);
      coordinate (B) at (65/14,15*sqrt(3)/14,0);
      coordinate (I) at (7/2,-7*sqrt(3)/6,0) ;

      draw[very thick] (A) -- (B) (B) -- (C) (S) -- (A) (S) --(B) (S) -- (C) ;

      draw[dashed ] (C) -- (A) (I) -- (A) (I) -- (B) (I) --(C) (S) --(I) ;
      draw[very thick] (I) circle (7/sqrt(3));
      foreach point/position in A/below,B/below,C/below,
      I/below,S/above

      fill (point) circle (1.5pt);
      node[position=3pt] at (point) $point$;

      endtikzpicture
      enddocument


      and got



      enter image description here



      How to draw dashed arc of a circle behind pyramid?







      tikz-3dplot






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 2 hours ago









      minhthien_2016minhthien_2016

      1,282917




      1,282917




















          2 Answers
          2






          active

          oldest

          votes


















          2














          One thing that always works is the reverseclip trick.



          documentclass[border=2 mm,12pt]standalone
          usepackagefouriernc
          usepackagetikz
          usepackagetikz-3dplot
          % based on https://tex.stackexchange.com/a/12033/121799
          tikzsetreverseclip/.style=insert path=(current bounding box.south west)rectangle
          (current bounding box.north east)
          begindocument
          tdplotsetmaincoords70180
          begintikzpicture[tdplot_main_coords,line join = round, line cap = round]
          coordinate (A) at (0,0,0);
          coordinate (S) at (7/2,-7*sqrt(3)/6,14/3);
          coordinate (C) at (7,0,0);
          coordinate (B) at (65/14,15*sqrt(3)/14,0);
          coordinate (I) at (7/2,-7*sqrt(3)/6,0) ;

          draw[very thick] (A) -- (B) (B) -- (C) (S) -- (A) (S) --(B) (S) -- (C) ;

          draw[dashed ] (C) -- (A) (I) -- (A) (I) -- (B) (I) --(C) (S) --(I) ;
          path (I) circle (1.01*7/sqrt(3));
          beginscope
          clip (S) -- (C) -- (B) -- (A) -- cycle [reverseclip];
          draw[very thick] (I) circle (7/sqrt(3));
          endscope
          beginscope
          clip (S) -- (C) -- (B) -- (A);
          draw[dashed] (I) circle (7/sqrt(3));
          endscope
          foreach point/position in A/below,B/below,C/below,
          I/below,S/above

          fill (point) circle (1.5pt);
          node[position=3pt] at (point) $point$;

          endtikzpicture
          enddocument


          enter image description here






          share|improve this answer

























          • How can I use dashed instead of dotted in the line ` draw[thick,dotted] (I) circle (7/sqrt(3));`

            – minhthien_2016
            2 hours ago











          • You don't repair your code.

            – minhthien_2016
            2 hours ago











          • You changed Figure, but didn't code?

            – minhthien_2016
            2 hours ago











          • @minhthien_2016 Yes, you are right. Sorry! I fixed it. (I actually do not know what went wrong, perhaps I forgot to press command+c so that the older version was in the buffer.)

            – marmot
            2 hours ago






          • 1





            Thank you very much.

            – minhthien_2016
            2 hours ago


















          1














          Using the intersections library, the code would look like this (I have highlighted in red the required line):



          enter image description here



          documentclass[border=2 mm,12pt]standalone
          usepackagefouriernc
          usepackagetikz
          usepackagetikz-3dplot
          usetikzlibraryintersections
          colorletbgcolorwhite

          tikzset
          overdraw/.style=preaction=draw,bgcolor,line width=#1,
          overdraw/.default=2pt


          begindocument
          tdplotsetmaincoords70180
          begintikzpicture[tdplot_main_coords,line join = round, line cap = round]
          coordinate (A) at (0,0,0);
          coordinate (S) at (7/2,-7*sqrt(3)/6,14/3);
          coordinate (C) at (7,0,0);
          coordinate (B) at (65/14,15*sqrt(3)/14,0);
          coordinate (I) at (7/2,-7*sqrt(3)/6,0) ;

          draw[very thick] (A) -- (B) (B) -- (C) (S) --(B);
          draw[very thick,name path=SC] (S) -- (C);
          draw[very thick,name path=SA] (S) -- (A);

          draw[very thick,name path=CIR] (I) circle (7/sqrt(3));

          path [name intersections=of=SC and CIR, by=C,C'];
          path [name intersections=of=SA and CIR, by=D,D'];
          draw[red,dashed,overdraw] (C') to [bend right=-10] (D'); %to draw the curved path
          draw[dashed] (C) -- (A) (I) -- (A) (I) -- (B) (I) --(C) (S) --(I) ;
          foreach point/position in A/below,B/below,C/below,
          I/below,S/above

          fill (point) circle (1.5pt);
          node[position=3pt] at (point) $point$;

          endtikzpicture
          enddocument





          share|improve this answer

























          • I think, the lines don't cut path=CIR.

            – minhthien_2016
            1 hour ago











          • @minhthien_2016 - I have updated my answer.

            – subham soni
            1 hour ago










          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
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f478822%2fhow-to-draw-dashed-arc-of-a-circle-behind-pyramid%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









          2














          One thing that always works is the reverseclip trick.



          documentclass[border=2 mm,12pt]standalone
          usepackagefouriernc
          usepackagetikz
          usepackagetikz-3dplot
          % based on https://tex.stackexchange.com/a/12033/121799
          tikzsetreverseclip/.style=insert path=(current bounding box.south west)rectangle
          (current bounding box.north east)
          begindocument
          tdplotsetmaincoords70180
          begintikzpicture[tdplot_main_coords,line join = round, line cap = round]
          coordinate (A) at (0,0,0);
          coordinate (S) at (7/2,-7*sqrt(3)/6,14/3);
          coordinate (C) at (7,0,0);
          coordinate (B) at (65/14,15*sqrt(3)/14,0);
          coordinate (I) at (7/2,-7*sqrt(3)/6,0) ;

          draw[very thick] (A) -- (B) (B) -- (C) (S) -- (A) (S) --(B) (S) -- (C) ;

          draw[dashed ] (C) -- (A) (I) -- (A) (I) -- (B) (I) --(C) (S) --(I) ;
          path (I) circle (1.01*7/sqrt(3));
          beginscope
          clip (S) -- (C) -- (B) -- (A) -- cycle [reverseclip];
          draw[very thick] (I) circle (7/sqrt(3));
          endscope
          beginscope
          clip (S) -- (C) -- (B) -- (A);
          draw[dashed] (I) circle (7/sqrt(3));
          endscope
          foreach point/position in A/below,B/below,C/below,
          I/below,S/above

          fill (point) circle (1.5pt);
          node[position=3pt] at (point) $point$;

          endtikzpicture
          enddocument


          enter image description here






          share|improve this answer

























          • How can I use dashed instead of dotted in the line ` draw[thick,dotted] (I) circle (7/sqrt(3));`

            – minhthien_2016
            2 hours ago











          • You don't repair your code.

            – minhthien_2016
            2 hours ago











          • You changed Figure, but didn't code?

            – minhthien_2016
            2 hours ago











          • @minhthien_2016 Yes, you are right. Sorry! I fixed it. (I actually do not know what went wrong, perhaps I forgot to press command+c so that the older version was in the buffer.)

            – marmot
            2 hours ago






          • 1





            Thank you very much.

            – minhthien_2016
            2 hours ago















          2














          One thing that always works is the reverseclip trick.



          documentclass[border=2 mm,12pt]standalone
          usepackagefouriernc
          usepackagetikz
          usepackagetikz-3dplot
          % based on https://tex.stackexchange.com/a/12033/121799
          tikzsetreverseclip/.style=insert path=(current bounding box.south west)rectangle
          (current bounding box.north east)
          begindocument
          tdplotsetmaincoords70180
          begintikzpicture[tdplot_main_coords,line join = round, line cap = round]
          coordinate (A) at (0,0,0);
          coordinate (S) at (7/2,-7*sqrt(3)/6,14/3);
          coordinate (C) at (7,0,0);
          coordinate (B) at (65/14,15*sqrt(3)/14,0);
          coordinate (I) at (7/2,-7*sqrt(3)/6,0) ;

          draw[very thick] (A) -- (B) (B) -- (C) (S) -- (A) (S) --(B) (S) -- (C) ;

          draw[dashed ] (C) -- (A) (I) -- (A) (I) -- (B) (I) --(C) (S) --(I) ;
          path (I) circle (1.01*7/sqrt(3));
          beginscope
          clip (S) -- (C) -- (B) -- (A) -- cycle [reverseclip];
          draw[very thick] (I) circle (7/sqrt(3));
          endscope
          beginscope
          clip (S) -- (C) -- (B) -- (A);
          draw[dashed] (I) circle (7/sqrt(3));
          endscope
          foreach point/position in A/below,B/below,C/below,
          I/below,S/above

          fill (point) circle (1.5pt);
          node[position=3pt] at (point) $point$;

          endtikzpicture
          enddocument


          enter image description here






          share|improve this answer

























          • How can I use dashed instead of dotted in the line ` draw[thick,dotted] (I) circle (7/sqrt(3));`

            – minhthien_2016
            2 hours ago











          • You don't repair your code.

            – minhthien_2016
            2 hours ago











          • You changed Figure, but didn't code?

            – minhthien_2016
            2 hours ago











          • @minhthien_2016 Yes, you are right. Sorry! I fixed it. (I actually do not know what went wrong, perhaps I forgot to press command+c so that the older version was in the buffer.)

            – marmot
            2 hours ago






          • 1





            Thank you very much.

            – minhthien_2016
            2 hours ago













          2












          2








          2







          One thing that always works is the reverseclip trick.



          documentclass[border=2 mm,12pt]standalone
          usepackagefouriernc
          usepackagetikz
          usepackagetikz-3dplot
          % based on https://tex.stackexchange.com/a/12033/121799
          tikzsetreverseclip/.style=insert path=(current bounding box.south west)rectangle
          (current bounding box.north east)
          begindocument
          tdplotsetmaincoords70180
          begintikzpicture[tdplot_main_coords,line join = round, line cap = round]
          coordinate (A) at (0,0,0);
          coordinate (S) at (7/2,-7*sqrt(3)/6,14/3);
          coordinate (C) at (7,0,0);
          coordinate (B) at (65/14,15*sqrt(3)/14,0);
          coordinate (I) at (7/2,-7*sqrt(3)/6,0) ;

          draw[very thick] (A) -- (B) (B) -- (C) (S) -- (A) (S) --(B) (S) -- (C) ;

          draw[dashed ] (C) -- (A) (I) -- (A) (I) -- (B) (I) --(C) (S) --(I) ;
          path (I) circle (1.01*7/sqrt(3));
          beginscope
          clip (S) -- (C) -- (B) -- (A) -- cycle [reverseclip];
          draw[very thick] (I) circle (7/sqrt(3));
          endscope
          beginscope
          clip (S) -- (C) -- (B) -- (A);
          draw[dashed] (I) circle (7/sqrt(3));
          endscope
          foreach point/position in A/below,B/below,C/below,
          I/below,S/above

          fill (point) circle (1.5pt);
          node[position=3pt] at (point) $point$;

          endtikzpicture
          enddocument


          enter image description here






          share|improve this answer















          One thing that always works is the reverseclip trick.



          documentclass[border=2 mm,12pt]standalone
          usepackagefouriernc
          usepackagetikz
          usepackagetikz-3dplot
          % based on https://tex.stackexchange.com/a/12033/121799
          tikzsetreverseclip/.style=insert path=(current bounding box.south west)rectangle
          (current bounding box.north east)
          begindocument
          tdplotsetmaincoords70180
          begintikzpicture[tdplot_main_coords,line join = round, line cap = round]
          coordinate (A) at (0,0,0);
          coordinate (S) at (7/2,-7*sqrt(3)/6,14/3);
          coordinate (C) at (7,0,0);
          coordinate (B) at (65/14,15*sqrt(3)/14,0);
          coordinate (I) at (7/2,-7*sqrt(3)/6,0) ;

          draw[very thick] (A) -- (B) (B) -- (C) (S) -- (A) (S) --(B) (S) -- (C) ;

          draw[dashed ] (C) -- (A) (I) -- (A) (I) -- (B) (I) --(C) (S) --(I) ;
          path (I) circle (1.01*7/sqrt(3));
          beginscope
          clip (S) -- (C) -- (B) -- (A) -- cycle [reverseclip];
          draw[very thick] (I) circle (7/sqrt(3));
          endscope
          beginscope
          clip (S) -- (C) -- (B) -- (A);
          draw[dashed] (I) circle (7/sqrt(3));
          endscope
          foreach point/position in A/below,B/below,C/below,
          I/below,S/above

          fill (point) circle (1.5pt);
          node[position=3pt] at (point) $point$;

          endtikzpicture
          enddocument


          enter image description here







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited 2 hours ago

























          answered 2 hours ago









          marmotmarmot

          107k5129244




          107k5129244












          • How can I use dashed instead of dotted in the line ` draw[thick,dotted] (I) circle (7/sqrt(3));`

            – minhthien_2016
            2 hours ago











          • You don't repair your code.

            – minhthien_2016
            2 hours ago











          • You changed Figure, but didn't code?

            – minhthien_2016
            2 hours ago











          • @minhthien_2016 Yes, you are right. Sorry! I fixed it. (I actually do not know what went wrong, perhaps I forgot to press command+c so that the older version was in the buffer.)

            – marmot
            2 hours ago






          • 1





            Thank you very much.

            – minhthien_2016
            2 hours ago

















          • How can I use dashed instead of dotted in the line ` draw[thick,dotted] (I) circle (7/sqrt(3));`

            – minhthien_2016
            2 hours ago











          • You don't repair your code.

            – minhthien_2016
            2 hours ago











          • You changed Figure, but didn't code?

            – minhthien_2016
            2 hours ago











          • @minhthien_2016 Yes, you are right. Sorry! I fixed it. (I actually do not know what went wrong, perhaps I forgot to press command+c so that the older version was in the buffer.)

            – marmot
            2 hours ago






          • 1





            Thank you very much.

            – minhthien_2016
            2 hours ago
















          How can I use dashed instead of dotted in the line ` draw[thick,dotted] (I) circle (7/sqrt(3));`

          – minhthien_2016
          2 hours ago





          How can I use dashed instead of dotted in the line ` draw[thick,dotted] (I) circle (7/sqrt(3));`

          – minhthien_2016
          2 hours ago













          You don't repair your code.

          – minhthien_2016
          2 hours ago





          You don't repair your code.

          – minhthien_2016
          2 hours ago













          You changed Figure, but didn't code?

          – minhthien_2016
          2 hours ago





          You changed Figure, but didn't code?

          – minhthien_2016
          2 hours ago













          @minhthien_2016 Yes, you are right. Sorry! I fixed it. (I actually do not know what went wrong, perhaps I forgot to press command+c so that the older version was in the buffer.)

          – marmot
          2 hours ago





          @minhthien_2016 Yes, you are right. Sorry! I fixed it. (I actually do not know what went wrong, perhaps I forgot to press command+c so that the older version was in the buffer.)

          – marmot
          2 hours ago




          1




          1





          Thank you very much.

          – minhthien_2016
          2 hours ago





          Thank you very much.

          – minhthien_2016
          2 hours ago











          1














          Using the intersections library, the code would look like this (I have highlighted in red the required line):



          enter image description here



          documentclass[border=2 mm,12pt]standalone
          usepackagefouriernc
          usepackagetikz
          usepackagetikz-3dplot
          usetikzlibraryintersections
          colorletbgcolorwhite

          tikzset
          overdraw/.style=preaction=draw,bgcolor,line width=#1,
          overdraw/.default=2pt


          begindocument
          tdplotsetmaincoords70180
          begintikzpicture[tdplot_main_coords,line join = round, line cap = round]
          coordinate (A) at (0,0,0);
          coordinate (S) at (7/2,-7*sqrt(3)/6,14/3);
          coordinate (C) at (7,0,0);
          coordinate (B) at (65/14,15*sqrt(3)/14,0);
          coordinate (I) at (7/2,-7*sqrt(3)/6,0) ;

          draw[very thick] (A) -- (B) (B) -- (C) (S) --(B);
          draw[very thick,name path=SC] (S) -- (C);
          draw[very thick,name path=SA] (S) -- (A);

          draw[very thick,name path=CIR] (I) circle (7/sqrt(3));

          path [name intersections=of=SC and CIR, by=C,C'];
          path [name intersections=of=SA and CIR, by=D,D'];
          draw[red,dashed,overdraw] (C') to [bend right=-10] (D'); %to draw the curved path
          draw[dashed] (C) -- (A) (I) -- (A) (I) -- (B) (I) --(C) (S) --(I) ;
          foreach point/position in A/below,B/below,C/below,
          I/below,S/above

          fill (point) circle (1.5pt);
          node[position=3pt] at (point) $point$;

          endtikzpicture
          enddocument





          share|improve this answer

























          • I think, the lines don't cut path=CIR.

            – minhthien_2016
            1 hour ago











          • @minhthien_2016 - I have updated my answer.

            – subham soni
            1 hour ago















          1














          Using the intersections library, the code would look like this (I have highlighted in red the required line):



          enter image description here



          documentclass[border=2 mm,12pt]standalone
          usepackagefouriernc
          usepackagetikz
          usepackagetikz-3dplot
          usetikzlibraryintersections
          colorletbgcolorwhite

          tikzset
          overdraw/.style=preaction=draw,bgcolor,line width=#1,
          overdraw/.default=2pt


          begindocument
          tdplotsetmaincoords70180
          begintikzpicture[tdplot_main_coords,line join = round, line cap = round]
          coordinate (A) at (0,0,0);
          coordinate (S) at (7/2,-7*sqrt(3)/6,14/3);
          coordinate (C) at (7,0,0);
          coordinate (B) at (65/14,15*sqrt(3)/14,0);
          coordinate (I) at (7/2,-7*sqrt(3)/6,0) ;

          draw[very thick] (A) -- (B) (B) -- (C) (S) --(B);
          draw[very thick,name path=SC] (S) -- (C);
          draw[very thick,name path=SA] (S) -- (A);

          draw[very thick,name path=CIR] (I) circle (7/sqrt(3));

          path [name intersections=of=SC and CIR, by=C,C'];
          path [name intersections=of=SA and CIR, by=D,D'];
          draw[red,dashed,overdraw] (C') to [bend right=-10] (D'); %to draw the curved path
          draw[dashed] (C) -- (A) (I) -- (A) (I) -- (B) (I) --(C) (S) --(I) ;
          foreach point/position in A/below,B/below,C/below,
          I/below,S/above

          fill (point) circle (1.5pt);
          node[position=3pt] at (point) $point$;

          endtikzpicture
          enddocument





          share|improve this answer

























          • I think, the lines don't cut path=CIR.

            – minhthien_2016
            1 hour ago











          • @minhthien_2016 - I have updated my answer.

            – subham soni
            1 hour ago













          1












          1








          1







          Using the intersections library, the code would look like this (I have highlighted in red the required line):



          enter image description here



          documentclass[border=2 mm,12pt]standalone
          usepackagefouriernc
          usepackagetikz
          usepackagetikz-3dplot
          usetikzlibraryintersections
          colorletbgcolorwhite

          tikzset
          overdraw/.style=preaction=draw,bgcolor,line width=#1,
          overdraw/.default=2pt


          begindocument
          tdplotsetmaincoords70180
          begintikzpicture[tdplot_main_coords,line join = round, line cap = round]
          coordinate (A) at (0,0,0);
          coordinate (S) at (7/2,-7*sqrt(3)/6,14/3);
          coordinate (C) at (7,0,0);
          coordinate (B) at (65/14,15*sqrt(3)/14,0);
          coordinate (I) at (7/2,-7*sqrt(3)/6,0) ;

          draw[very thick] (A) -- (B) (B) -- (C) (S) --(B);
          draw[very thick,name path=SC] (S) -- (C);
          draw[very thick,name path=SA] (S) -- (A);

          draw[very thick,name path=CIR] (I) circle (7/sqrt(3));

          path [name intersections=of=SC and CIR, by=C,C'];
          path [name intersections=of=SA and CIR, by=D,D'];
          draw[red,dashed,overdraw] (C') to [bend right=-10] (D'); %to draw the curved path
          draw[dashed] (C) -- (A) (I) -- (A) (I) -- (B) (I) --(C) (S) --(I) ;
          foreach point/position in A/below,B/below,C/below,
          I/below,S/above

          fill (point) circle (1.5pt);
          node[position=3pt] at (point) $point$;

          endtikzpicture
          enddocument





          share|improve this answer















          Using the intersections library, the code would look like this (I have highlighted in red the required line):



          enter image description here



          documentclass[border=2 mm,12pt]standalone
          usepackagefouriernc
          usepackagetikz
          usepackagetikz-3dplot
          usetikzlibraryintersections
          colorletbgcolorwhite

          tikzset
          overdraw/.style=preaction=draw,bgcolor,line width=#1,
          overdraw/.default=2pt


          begindocument
          tdplotsetmaincoords70180
          begintikzpicture[tdplot_main_coords,line join = round, line cap = round]
          coordinate (A) at (0,0,0);
          coordinate (S) at (7/2,-7*sqrt(3)/6,14/3);
          coordinate (C) at (7,0,0);
          coordinate (B) at (65/14,15*sqrt(3)/14,0);
          coordinate (I) at (7/2,-7*sqrt(3)/6,0) ;

          draw[very thick] (A) -- (B) (B) -- (C) (S) --(B);
          draw[very thick,name path=SC] (S) -- (C);
          draw[very thick,name path=SA] (S) -- (A);

          draw[very thick,name path=CIR] (I) circle (7/sqrt(3));

          path [name intersections=of=SC and CIR, by=C,C'];
          path [name intersections=of=SA and CIR, by=D,D'];
          draw[red,dashed,overdraw] (C') to [bend right=-10] (D'); %to draw the curved path
          draw[dashed] (C) -- (A) (I) -- (A) (I) -- (B) (I) --(C) (S) --(I) ;
          foreach point/position in A/below,B/below,C/below,
          I/below,S/above

          fill (point) circle (1.5pt);
          node[position=3pt] at (point) $point$;

          endtikzpicture
          enddocument






          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited 1 hour ago

























          answered 1 hour ago









          subham sonisubham soni

          4,23082981




          4,23082981












          • I think, the lines don't cut path=CIR.

            – minhthien_2016
            1 hour ago











          • @minhthien_2016 - I have updated my answer.

            – subham soni
            1 hour ago

















          • I think, the lines don't cut path=CIR.

            – minhthien_2016
            1 hour ago











          • @minhthien_2016 - I have updated my answer.

            – subham soni
            1 hour ago
















          I think, the lines don't cut path=CIR.

          – minhthien_2016
          1 hour ago





          I think, the lines don't cut path=CIR.

          – minhthien_2016
          1 hour ago













          @minhthien_2016 - I have updated my answer.

          – subham soni
          1 hour ago





          @minhthien_2016 - I have updated my answer.

          – subham soni
          1 hour ago

















          draft saved

          draft discarded
















































          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.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f478822%2fhow-to-draw-dashed-arc-of-a-circle-behind-pyramid%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

          Magento 2 - Add success message with knockout Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Success / Error message on ajax request$.widget is not a function when loading a homepage after add custom jQuery on custom themeHow can bind jQuery to current document in Magento 2 When template load by ajaxRedirect page using plugin in Magento 2Magento 2 - Update quantity and totals of cart page without page reload?Magento 2: Quote data not loaded on knockout checkoutMagento 2 : I need to change add to cart success message after adding product into cart through pluginMagento 2.2.5 How to add additional products to cart from new checkout step?Magento 2 Add error/success message with knockoutCan't validate Post Code on checkout page

          Fil:Tokke komm.svg

          Where did Arya get these scars? Unicorn Meta Zoo #1: Why another podcast? Announcing the arrival of Valued Associate #679: Cesar Manara Favourite questions and answers from the 1st quarter of 2019Why did Arya refuse to end it?Has the pronunciation of Arya Stark's name changed?Has Arya forgiven people?Why did Arya Stark lose her vision?Why can Arya still use the faces?Has the Narrow Sea become narrower?Does Arya Stark know how to make poisons outside of the House of Black and White?Why did Nymeria leave Arya?Why did Arya not kill the Lannister soldiers she encountered in the Riverlands?What is the current canonical age of Sansa, Bran and Arya Stark?