Vertical surface with lines using psSolid











up vote
2
down vote

favorite












I’m trying to put a line on a top of this surface (like the red one but on the top of the surface). Here it is the code:



documentclass[a4paper,pstricks,11pt]{report}
usepackage{amssymb}
usepackage{latexsym}
usepackage{amsmath}
usepackage[usenames]{color}
usepackage{pst-solides3d}

begin{document}
begin{pspicture}(-2,-3)(4,6.5)
psset{unit=1.0cm,viewpoint=50 17 20 rtp2xyz,lightsrc=viewpoint}
psset{opacity=0.7,grid}
pstVerb{
/mytransform {
3 dict begin
/z exch def
/y exch def
/x exch def
z 2 lt {
x y z
} {
x y x y add
z min
} ifelse
%
end
} def
}
defFunction[algebraic]{cyl}(u,v){3*cos(v)}{3*sin(v)}{u}
psSolid[object=surfaceparametree,base=0 7 0 pi 2 div,ngrid=20 25,incolor=orange!70,linewidth=0,function=cyl,transform=mytransform,name=cyl,action=none]
psSolid[object=fusion,base=cyl,action=draw**]
axesIIID[showOrigin=false,linewidth=1.5pt,arrowinset=0,arrows=->,arrowscale=1.5,labelsep=15pt](3,3,2.83)(6,5,6)
defFunction[algebraic]{line}(t){3*cos(t)}{3*sin(t)}{0}
psSolid[object=courbe,range=0 1.570796327,linewidth=1.5pt,linecolor=red,function=line,r=0,action=draw]
end{pspicture}
end{document}


enter image description here










share|improve this question









New contributor




Carl is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
















  • 1




    Please include a fully compilable MWE for easy-of-use.
    – Raaja
    Nov 26 at 10:12















up vote
2
down vote

favorite












I’m trying to put a line on a top of this surface (like the red one but on the top of the surface). Here it is the code:



documentclass[a4paper,pstricks,11pt]{report}
usepackage{amssymb}
usepackage{latexsym}
usepackage{amsmath}
usepackage[usenames]{color}
usepackage{pst-solides3d}

begin{document}
begin{pspicture}(-2,-3)(4,6.5)
psset{unit=1.0cm,viewpoint=50 17 20 rtp2xyz,lightsrc=viewpoint}
psset{opacity=0.7,grid}
pstVerb{
/mytransform {
3 dict begin
/z exch def
/y exch def
/x exch def
z 2 lt {
x y z
} {
x y x y add
z min
} ifelse
%
end
} def
}
defFunction[algebraic]{cyl}(u,v){3*cos(v)}{3*sin(v)}{u}
psSolid[object=surfaceparametree,base=0 7 0 pi 2 div,ngrid=20 25,incolor=orange!70,linewidth=0,function=cyl,transform=mytransform,name=cyl,action=none]
psSolid[object=fusion,base=cyl,action=draw**]
axesIIID[showOrigin=false,linewidth=1.5pt,arrowinset=0,arrows=->,arrowscale=1.5,labelsep=15pt](3,3,2.83)(6,5,6)
defFunction[algebraic]{line}(t){3*cos(t)}{3*sin(t)}{0}
psSolid[object=courbe,range=0 1.570796327,linewidth=1.5pt,linecolor=red,function=line,r=0,action=draw]
end{pspicture}
end{document}


enter image description here










share|improve this question









New contributor




Carl is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
















  • 1




    Please include a fully compilable MWE for easy-of-use.
    – Raaja
    Nov 26 at 10:12













up vote
2
down vote

favorite









up vote
2
down vote

favorite











I’m trying to put a line on a top of this surface (like the red one but on the top of the surface). Here it is the code:



documentclass[a4paper,pstricks,11pt]{report}
usepackage{amssymb}
usepackage{latexsym}
usepackage{amsmath}
usepackage[usenames]{color}
usepackage{pst-solides3d}

begin{document}
begin{pspicture}(-2,-3)(4,6.5)
psset{unit=1.0cm,viewpoint=50 17 20 rtp2xyz,lightsrc=viewpoint}
psset{opacity=0.7,grid}
pstVerb{
/mytransform {
3 dict begin
/z exch def
/y exch def
/x exch def
z 2 lt {
x y z
} {
x y x y add
z min
} ifelse
%
end
} def
}
defFunction[algebraic]{cyl}(u,v){3*cos(v)}{3*sin(v)}{u}
psSolid[object=surfaceparametree,base=0 7 0 pi 2 div,ngrid=20 25,incolor=orange!70,linewidth=0,function=cyl,transform=mytransform,name=cyl,action=none]
psSolid[object=fusion,base=cyl,action=draw**]
axesIIID[showOrigin=false,linewidth=1.5pt,arrowinset=0,arrows=->,arrowscale=1.5,labelsep=15pt](3,3,2.83)(6,5,6)
defFunction[algebraic]{line}(t){3*cos(t)}{3*sin(t)}{0}
psSolid[object=courbe,range=0 1.570796327,linewidth=1.5pt,linecolor=red,function=line,r=0,action=draw]
end{pspicture}
end{document}


enter image description here










share|improve this question









New contributor




Carl is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











I’m trying to put a line on a top of this surface (like the red one but on the top of the surface). Here it is the code:



documentclass[a4paper,pstricks,11pt]{report}
usepackage{amssymb}
usepackage{latexsym}
usepackage{amsmath}
usepackage[usenames]{color}
usepackage{pst-solides3d}

begin{document}
begin{pspicture}(-2,-3)(4,6.5)
psset{unit=1.0cm,viewpoint=50 17 20 rtp2xyz,lightsrc=viewpoint}
psset{opacity=0.7,grid}
pstVerb{
/mytransform {
3 dict begin
/z exch def
/y exch def
/x exch def
z 2 lt {
x y z
} {
x y x y add
z min
} ifelse
%
end
} def
}
defFunction[algebraic]{cyl}(u,v){3*cos(v)}{3*sin(v)}{u}
psSolid[object=surfaceparametree,base=0 7 0 pi 2 div,ngrid=20 25,incolor=orange!70,linewidth=0,function=cyl,transform=mytransform,name=cyl,action=none]
psSolid[object=fusion,base=cyl,action=draw**]
axesIIID[showOrigin=false,linewidth=1.5pt,arrowinset=0,arrows=->,arrowscale=1.5,labelsep=15pt](3,3,2.83)(6,5,6)
defFunction[algebraic]{line}(t){3*cos(t)}{3*sin(t)}{0}
psSolid[object=courbe,range=0 1.570796327,linewidth=1.5pt,linecolor=red,function=line,r=0,action=draw]
end{pspicture}
end{document}


enter image description here







pstricks 3d pst-solides3d






share|improve this question









New contributor




Carl is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




Carl is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited Nov 26 at 10:37









Herbert

266k23405715




266k23405715






New contributor




Carl is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked Nov 26 at 10:11









Carl

112




112




New contributor




Carl is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Carl is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Carl is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.








  • 1




    Please include a fully compilable MWE for easy-of-use.
    – Raaja
    Nov 26 at 10:12














  • 1




    Please include a fully compilable MWE for easy-of-use.
    – Raaja
    Nov 26 at 10:12








1




1




Please include a fully compilable MWE for easy-of-use.
– Raaja
Nov 26 at 10:12




Please include a fully compilable MWE for easy-of-use.
– Raaja
Nov 26 at 10:12










1 Answer
1






active

oldest

votes

















up vote
1
down vote













documentclass{minimal}
usepackage{pst-solides3d}
begin{document}

begin{pspicture}(-2,-3)(4,6.5)
psset{unit=1.0cm,viewpoint=50 17 20 rtp2xyz,lightsrc=viewpoint}
psset{opacity=0.7,grid}
pstVerb{
/mytransform {
3 dict begin
/z exch def
/y exch def
/x exch def
z 2 lt {
x y z
} {
x y x y add
z min
} ifelse
%
end
} def
}
defFunction[algebraic]{cyl}(u,v){3*cos(v)}{3*sin(v)}{u}
psSolid[object=surfaceparametree,base=0 7 0 pi 2 div,
ngrid=20 25,incolor=orange!70,linewidth=0,function=cyl,
transform=mytransform,name=cyl,action=none]
psSolid[object=fusion,base=cyl,action=draw**]
axesIIID[showOrigin=false,linewidth=1.5pt,arrowinset=0,arrows=->,arrowscale=1.5,labelsep=15pt](3,3,2.83)(6,5,6)
defFunction[algebraic]{line}(t){3*cos(t)}{3*sin(t)}{0}
psSolid[object=courbe,range=0 1.570796327,linewidth=1.5pt,linecolor=red,
function=line,r=0,action=draw]
defFunction[algebraic]{lineB}(t){3*cos(t)}{3*sin(t)}{3+2.5*cos(t)*sin(t)}
psSolid[object=courbe,range=0 1.570796327,linewidth=1.5pt,linecolor=blue,
function=lineB,r=0,action=draw]
end{pspicture}

end{document}


enter image description here






share|improve this answer





















  • Many thanks! Regards.
    – Carl
    Nov 26 at 10:37











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',
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
});


}
});






Carl is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f461799%2fvertical-surface-with-lines-using-pssolid%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
1
down vote













documentclass{minimal}
usepackage{pst-solides3d}
begin{document}

begin{pspicture}(-2,-3)(4,6.5)
psset{unit=1.0cm,viewpoint=50 17 20 rtp2xyz,lightsrc=viewpoint}
psset{opacity=0.7,grid}
pstVerb{
/mytransform {
3 dict begin
/z exch def
/y exch def
/x exch def
z 2 lt {
x y z
} {
x y x y add
z min
} ifelse
%
end
} def
}
defFunction[algebraic]{cyl}(u,v){3*cos(v)}{3*sin(v)}{u}
psSolid[object=surfaceparametree,base=0 7 0 pi 2 div,
ngrid=20 25,incolor=orange!70,linewidth=0,function=cyl,
transform=mytransform,name=cyl,action=none]
psSolid[object=fusion,base=cyl,action=draw**]
axesIIID[showOrigin=false,linewidth=1.5pt,arrowinset=0,arrows=->,arrowscale=1.5,labelsep=15pt](3,3,2.83)(6,5,6)
defFunction[algebraic]{line}(t){3*cos(t)}{3*sin(t)}{0}
psSolid[object=courbe,range=0 1.570796327,linewidth=1.5pt,linecolor=red,
function=line,r=0,action=draw]
defFunction[algebraic]{lineB}(t){3*cos(t)}{3*sin(t)}{3+2.5*cos(t)*sin(t)}
psSolid[object=courbe,range=0 1.570796327,linewidth=1.5pt,linecolor=blue,
function=lineB,r=0,action=draw]
end{pspicture}

end{document}


enter image description here






share|improve this answer





















  • Many thanks! Regards.
    – Carl
    Nov 26 at 10:37















up vote
1
down vote













documentclass{minimal}
usepackage{pst-solides3d}
begin{document}

begin{pspicture}(-2,-3)(4,6.5)
psset{unit=1.0cm,viewpoint=50 17 20 rtp2xyz,lightsrc=viewpoint}
psset{opacity=0.7,grid}
pstVerb{
/mytransform {
3 dict begin
/z exch def
/y exch def
/x exch def
z 2 lt {
x y z
} {
x y x y add
z min
} ifelse
%
end
} def
}
defFunction[algebraic]{cyl}(u,v){3*cos(v)}{3*sin(v)}{u}
psSolid[object=surfaceparametree,base=0 7 0 pi 2 div,
ngrid=20 25,incolor=orange!70,linewidth=0,function=cyl,
transform=mytransform,name=cyl,action=none]
psSolid[object=fusion,base=cyl,action=draw**]
axesIIID[showOrigin=false,linewidth=1.5pt,arrowinset=0,arrows=->,arrowscale=1.5,labelsep=15pt](3,3,2.83)(6,5,6)
defFunction[algebraic]{line}(t){3*cos(t)}{3*sin(t)}{0}
psSolid[object=courbe,range=0 1.570796327,linewidth=1.5pt,linecolor=red,
function=line,r=0,action=draw]
defFunction[algebraic]{lineB}(t){3*cos(t)}{3*sin(t)}{3+2.5*cos(t)*sin(t)}
psSolid[object=courbe,range=0 1.570796327,linewidth=1.5pt,linecolor=blue,
function=lineB,r=0,action=draw]
end{pspicture}

end{document}


enter image description here






share|improve this answer





















  • Many thanks! Regards.
    – Carl
    Nov 26 at 10:37













up vote
1
down vote










up vote
1
down vote









documentclass{minimal}
usepackage{pst-solides3d}
begin{document}

begin{pspicture}(-2,-3)(4,6.5)
psset{unit=1.0cm,viewpoint=50 17 20 rtp2xyz,lightsrc=viewpoint}
psset{opacity=0.7,grid}
pstVerb{
/mytransform {
3 dict begin
/z exch def
/y exch def
/x exch def
z 2 lt {
x y z
} {
x y x y add
z min
} ifelse
%
end
} def
}
defFunction[algebraic]{cyl}(u,v){3*cos(v)}{3*sin(v)}{u}
psSolid[object=surfaceparametree,base=0 7 0 pi 2 div,
ngrid=20 25,incolor=orange!70,linewidth=0,function=cyl,
transform=mytransform,name=cyl,action=none]
psSolid[object=fusion,base=cyl,action=draw**]
axesIIID[showOrigin=false,linewidth=1.5pt,arrowinset=0,arrows=->,arrowscale=1.5,labelsep=15pt](3,3,2.83)(6,5,6)
defFunction[algebraic]{line}(t){3*cos(t)}{3*sin(t)}{0}
psSolid[object=courbe,range=0 1.570796327,linewidth=1.5pt,linecolor=red,
function=line,r=0,action=draw]
defFunction[algebraic]{lineB}(t){3*cos(t)}{3*sin(t)}{3+2.5*cos(t)*sin(t)}
psSolid[object=courbe,range=0 1.570796327,linewidth=1.5pt,linecolor=blue,
function=lineB,r=0,action=draw]
end{pspicture}

end{document}


enter image description here






share|improve this answer












documentclass{minimal}
usepackage{pst-solides3d}
begin{document}

begin{pspicture}(-2,-3)(4,6.5)
psset{unit=1.0cm,viewpoint=50 17 20 rtp2xyz,lightsrc=viewpoint}
psset{opacity=0.7,grid}
pstVerb{
/mytransform {
3 dict begin
/z exch def
/y exch def
/x exch def
z 2 lt {
x y z
} {
x y x y add
z min
} ifelse
%
end
} def
}
defFunction[algebraic]{cyl}(u,v){3*cos(v)}{3*sin(v)}{u}
psSolid[object=surfaceparametree,base=0 7 0 pi 2 div,
ngrid=20 25,incolor=orange!70,linewidth=0,function=cyl,
transform=mytransform,name=cyl,action=none]
psSolid[object=fusion,base=cyl,action=draw**]
axesIIID[showOrigin=false,linewidth=1.5pt,arrowinset=0,arrows=->,arrowscale=1.5,labelsep=15pt](3,3,2.83)(6,5,6)
defFunction[algebraic]{line}(t){3*cos(t)}{3*sin(t)}{0}
psSolid[object=courbe,range=0 1.570796327,linewidth=1.5pt,linecolor=red,
function=line,r=0,action=draw]
defFunction[algebraic]{lineB}(t){3*cos(t)}{3*sin(t)}{3+2.5*cos(t)*sin(t)}
psSolid[object=courbe,range=0 1.570796327,linewidth=1.5pt,linecolor=blue,
function=lineB,r=0,action=draw]
end{pspicture}

end{document}


enter image description here







share|improve this answer












share|improve this answer



share|improve this answer










answered Nov 26 at 10:35









Herbert

266k23405715




266k23405715












  • Many thanks! Regards.
    – Carl
    Nov 26 at 10:37


















  • Many thanks! Regards.
    – Carl
    Nov 26 at 10:37
















Many thanks! Regards.
– Carl
Nov 26 at 10:37




Many thanks! Regards.
– Carl
Nov 26 at 10:37










Carl is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















Carl is a new contributor. Be nice, and check out our Code of Conduct.













Carl is a new contributor. Be nice, and check out our Code of Conduct.












Carl is a new contributor. Be nice, and check out our Code of Conduct.
















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.





Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


Please pay close attention to the following guidance:


  • 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%2f461799%2fvertical-surface-with-lines-using-pssolid%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

How to send String Array data to Server using php in android

Title Spacing in Bjornstrup Chapter, Removing Chapter Number From Contents

Is anime1.com a legal site for watching anime?